mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Changing the order again
This commit is contained in:
parent
bff080c276
commit
ff5f6bccf8
@ -28,6 +28,7 @@ jobs:
|
||||
node_js: 8.9.0
|
||||
script:
|
||||
- npm run build
|
||||
|
||||
- <<: *build
|
||||
node_js: 10.15.3
|
||||
|
||||
@ -37,9 +38,6 @@ jobs:
|
||||
name: 'Unit Tests 8.9.0'
|
||||
script:
|
||||
- npm run test:unit
|
||||
- <<: *test-unit
|
||||
name: 'Unit Tests 10.15.3'
|
||||
node_js: 10.15.3
|
||||
|
||||
- &test-integration
|
||||
stage: test
|
||||
@ -56,6 +54,11 @@ jobs:
|
||||
- echo $PERSONAL_ACCESS_TOKEN
|
||||
script:
|
||||
- npm run test:integration
|
||||
|
||||
- <<: *test-unit
|
||||
name: 'Unit Tests 10.15.3'
|
||||
node_js: 10.15.3
|
||||
|
||||
- <<: *test-integration
|
||||
name: 'Integration Tests 10.15.3'
|
||||
node_js: 10.15.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user