Skip to content

Commit

Permalink
Moving more tests that dont need a live GL instance to the integratio…
Browse files Browse the repository at this point in the history
…n heading
  • Loading branch information
jdalrymple committed Jan 24, 2024
1 parent 615f44b commit a647869
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,11 @@ test:integration:browser:
- yarn add @swc/core
script: yarn test:integration:browser --projects=@gitbeaker/rest

## End-to-End Tests
test:integration:core:
extends: .test:integration:base
script: yarn test:integration --projects=@gitbeaker/core

test:e2e:core:
extends: .test:e2e:base
script: yarn test:e2e --projects=@gitbeaker/core
## End-to-End Tests

test:e2e:rest:browser:
extends: .test:e2e:base
Expand Down Expand Up @@ -352,7 +352,6 @@ test:unit:teardown:
stage: teardown
image: gcr.io/google.com/cloudsdktool/cloud-sdk:alpine
needs:
- test:e2e:core
- test:e2e:cli
- test:e2e:rest:browser
- test:e2e:rest:nodejs
Expand Down Expand Up @@ -411,7 +410,7 @@ release:special:
- test:types:core
- test:types:rest
- test:integration:browser
- test:e2e:core
- test:integration:core
- test:e2e:cli
- test:e2e:rest:browser
- test:e2e:rest:nodejs
Expand Down Expand Up @@ -449,7 +448,7 @@ release:
- test:types:core
- test:types:rest
- test:integration:browser
- test:e2e:core
- test:integration:core
- test:e2e:cli
- test:e2e:rest:browser
- test:e2e:rest:nodejs
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build:map": "tsx scripts/generate.ts",
"build:self": "tsup src/index.ts --format esm,cjs --dts --treeshake",
"test:types": "tsc",
"test:e2e": "jest --maxWorkers=50% test/e2e",
"test:integration": "jest --maxWorkers=50% test/integration",
"test:unit": "jest --maxWorkers=50% test/unit",
"format:docs": "prettier '**/(*.json|.yml|.js|.md)' --ignore-path ../../.prettierignore",
"format:docs:fix": "yarn format:docs --write",
Expand Down
File renamed without changes.

0 comments on commit a647869

Please sign in to comment.