Skip to content

Merge pull request #215 from the-au-forml-lab/paper-vote-4 #252

Merge pull request #215 from the-au-forml-lab/paper-vote-4

Merge pull request #215 from the-au-forml-lab/paper-vote-4 #252

Workflow file for this run

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