Add Tests for create_bot_player() Function with Successful and Existi… #264
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.9 | |
- run: | | |
cd onchain | |
/home/runner/.config/.dojo/bin/sozo build | |
/home/runner/.config/.dojo/bin/sozo test |