Skip to content

Commit b07b32f

Browse files
fix(ci): fix test order
1 parent 80dba9e commit b07b32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
node-version-file: '.nvmrc'
1818
cache: npm
1919
- run: npm ci
20-
- run: npm run lint
2120
- run: npm run build --if-present
21+
- run: npm run lint
2222
- run: npm run test

0 commit comments

Comments
 (0)