File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,23 +3,9 @@ name: Tests and GitHub Pages deployment
33on :
44 push :
55 pull_request :
6- branches : [master]
6+ tags : v*.*
77
88jobs :
9- test :
10- runs-on : ubuntu-latest
11- steps :
12- - name : Checkout repository
13- uses : actions/checkout@v6
14- - name : Use Node.js
15- uses : actions/setup-node@v6
16- with :
17- node-version : lts/*
18- cache : npm
19- - name : Install dependencies
20- run : npm ci
21- - name : Run tests
22- run : npm test
239 build :
2410 runs-on : ubuntu-latest
2511 steps :
Original file line number Diff line number Diff line change 1+ name : Tests
2+
3+ on :
4+ push :
5+ pull_request :
6+ branches : [master]
7+
8+ jobs :
9+ test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Checkout repository
13+ uses : actions/checkout@v6
14+ - name : Use Node.js
15+ uses : actions/setup-node@v6
16+ with :
17+ node-version : lts/*
18+ cache : npm
19+ - name : Install dependencies
20+ run : npm ci
21+ - name : Run tests
22+ run : npm test
You can’t perform that action at this time.
0 commit comments