Fix NODES_BY_VERSION env format safety and bump to v0.3.13 #75
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: Linux Tests | |
| on: [push, pull_request] | |
| jobs: | |
| test-linux: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Run Linux tests in Docker | |
| run: | | |
| chmod +x scripts/test-linux.sh | |
| ./scripts/test-linux.sh |