Fix edge case when two configs are changed and a new game is added to… #304
Workflow file for this run
This file contains hidden or 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: Tests | |
| on: [push] | |
| jobs: | |
| Build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout sources | |
| uses: actions/checkout@master | |
| - name: Install deps | |
| run: bash ./supplementary/workflows/deps | |
| - name: Build | |
| run: bash ./supplementary/workflows/install | |
| - name: Test | |
| run: bash ./supplementary/workflows/test |