Skip to content

Commit 2ef6488

Browse files
committed
polish(auth): Run jest integration tests on nightly
1 parent 1d12977 commit 2ef6488

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,16 @@ workflows:
13331333
nx_run: run-many --skipRemoteCache
13341334
requires:
13351335
- Build (nightly)
1336+
- integration-test:
1337+
name: Integration Test Jest - Servers - Auth (nightly)
1338+
projects: --exclude '*,!tag:scope:server:auth'
1339+
start_customs: true
1340+
target: -t test-integration-jest
1341+
test_suite: servers-auth-jest-integration
1342+
workflow: test_pull_request
1343+
nx_run: run-many --skipRemoteCache
1344+
requires:
1345+
- Build (nightly)
13361346
- integration-test:
13371347
name: Integration Test - Libraries (nightly)
13381348
projects: --exclude '*,!tag:scope:shared:*'
@@ -1359,6 +1369,7 @@ workflows:
13591369
- Integration Test - Servers (nightly)
13601370
- Integration Test - Servers - Auth (nightly)
13611371
- Integration Test - Servers - Auth V2 (nightly)
1372+
- Integration Test Jest - Servers - Auth (nightly)
13621373
- Integration Test - Libraries (nightly)
13631374
- Firefox Functional Tests - Playwright (nightly)
13641375
- create-fxa-image:

0 commit comments

Comments
 (0)