Merge pull request #593 from Amsterdam-Music-Lab/bugfix-er/double-submit #813
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 | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- run: sudo docker-compose --env-file .env-github-actions run server bash -c "python manage.py test" | |
- run: sudo docker-compose --env-file .env-github-actions run client yarn test --watchAll=false |