Skip to content

Commit

Permalink
fix ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed May 2, 2024
1 parent fad38c1 commit 3f3ee20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/starknet-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.3+nightly-2024-05-01"
scarb-version: "nightly"
- name: Check cairo format
run: scarb fmt --check
working-directory: onchain
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.3+nightly-2024-05-01"
scarb-version: "nightly"
- name: Run cairo tests
run: scarb test
working-directory: onchain

0 comments on commit 3f3ee20

Please sign in to comment.