Skip to content

Commit be6938c

Browse files
author
Kelly Selden
committed
reorder jobs so that the slower gets queued first
1 parent 1988889 commit be6938c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- 8
3333
- '*'
3434
test-command:
35-
- test:command
3635
- test:bin
36+
- test:command
3737
- test:fast
3838
exclude:
3939
- os: macos-latest

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ install:
3232
test_script:
3333
- node --version
3434
- npm --version
35-
- npm run test:command
3635
- npm run test:bin
36+
- npm run test:command
3737

3838
# http://help.appveyor.com/discussions/questions/1310-delete-cache
3939
cache:

0 commit comments

Comments
 (0)