Skip to content

Commit

Permalink
working-directory on tests and move tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Mar 26, 2024
1 parent 290c37d commit 34d6728
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
- run: cd onchain && scarb fmt --check
- run: cd onchain && scarb build
- run: scarb fmt --check
working-directory: onchain
- run: scarb build
working-directory: onchain
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
- run: cd onchain && snforge test
- run: snforge test
working-directory: onchain
File renamed without changes.

0 comments on commit 34d6728

Please sign in to comment.