Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Nov 15, 2024
1 parent 47182b3 commit da4d008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

defaults:
run:
working-directory: contracts
working-directory: .

env:
CARGO_TERM_COLOR: always
Expand All @@ -27,7 +27,7 @@ jobs:
with:
scarb-version: "2.7.0"
- run: |
scarb fmt --check
cd contracts && scarb fmt --check
core-test:
runs-on: ubuntu-latest
steps:
Expand All @@ -37,4 +37,4 @@ jobs:
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo 1.0.0
asdf global dojo 1.0.0
sozo test
cd contracts && sozo test

0 comments on commit da4d008

Please sign in to comment.