diff --git a/.github/workflows/test_contracts.yml b/.github/workflows/test_contracts.yml index e610832..3098cf6 100644 --- a/.github/workflows/test_contracts.yml +++ b/.github/workflows/test_contracts.yml @@ -16,6 +16,7 @@ jobs: curl -L https://install.dojoengine.org | bash /home/runner/.config/.dojo/bin/dojoup -v ${{ env.DOJO_VERSION }} - run: | + cd onchain /home/runner/.config/.dojo/bin/sozo build /home/runner/.config/.dojo/bin/sozo test if [[ `git status --porcelain` ]]; then