Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
ci: cd into ssj
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Oct 1, 2024
1 parent 0c694b7 commit ef1bab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ssj-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: software-mansion/setup-scarb@v1

- name: Build contracts
run: scarb build -p contracts
run: cd kakarot-ssj/ && scarb build -p contracts

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ssj-tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Run format check
if: inputs.run-fmt-check
run: scarb fmt --check
run: cd kakarot-ssj && scarb fmt --check

- name: Run tests
run: scarb test
run: cd kakarot-ssj && scarb test

0 comments on commit ef1bab5

Please sign in to comment.