File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ jobs:
4040 - name : Check formatting
4141 run : npm run format:check
4242
43- - name : Run tests
44- run : npm test
45-
4643 - name : Bundle AXe artifacts
4744 run : npm run bundle:axe
4845
4946 - name : Build TypeScript
5047 run : npm run build
5148
49+ - name : Run tests
50+ run : npm test
51+
5252 - name : Get version from tag or input
5353 id : get_version
5454 run : |
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 - name : Install dependencies
1515 run : npm ci
1616
17- - name : Run tests
18- run : npm test
19-
2017 - name : Build project
2118 run : npm run build
2219
20+ - name : Run tests
21+ run : npm test
22+
2323 - name : Extract version from build/version.js
2424 id : get_version
2525 run : echo "MCP_VERSION=$(grep -oE "'[0-9]+\.[0-9]+\.[0-9]+'" build/version.js | tr -d "'")" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments