From 987e3eef5cab49997b802c57b75a4a53b4aaaadb Mon Sep 17 00:00:00 2001 From: Ibrahim Suleiman Date: Thu, 6 Feb 2025 13:00:22 +0100 Subject: [PATCH] fix: failing build --- .github/workflows/test_contracts.yml | 1 + 1 file changed, 1 insertion(+) 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