Skip to content

Commit f50afb8

Browse files
committed
Fix CI
1 parent a1caf64 commit f50afb8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/sentry.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)