Skip to content

ci(onchain): move test contracts yml file to parent workflow file #1

ci(onchain): move test contracts yml file to parent workflow file

ci(onchain): move test contracts yml file to parent workflow file #1

name: Test Dojo contracts
on: [push, pull_request]
jobs:
sozo-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: curl -L https://install.dojoengine.org | bash
- run: /home/runner/.config/.dojo/bin/dojoup -v v1.0.0-alpha.13
- run: |
/home/runner/.config/.dojo/bin/sozo build
/home/runner/.config/.dojo/bin/sozo test
if [[ `git status --porcelain` ]]; then
echo The git repo is dirty
echo "Make sure to run \"sozo build\" after changing Scarb.toml"
exit 1
fi