Merge pull request #215 from the-au-forml-lab/paper-vote-4 #252
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 changes" | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main, "!next-paper" ] | |
jobs: | |
test: | |
name: Command tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 20 | |
- run: npm run choose | |
- run: npm run set -- 10.1145/3622831 | |
- run: npm run web | |
- run: npm run stats |