Skip to content

Commit b66249d

Browse files
committed
enable integ tests
1 parent b253166 commit b66249d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: ['*']
77
pull_request:
8-
branches: ['release', 'next/main', 'next/release']
8+
branches: ['main', 'release', 'next/main', 'next/release']
99
schedule:
1010
# Run every Tuesday at midnight GMT
1111
- cron: '0 0 * * 2'

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
tsc-compliance-test:
3737
needs: prebuild
3838
uses: ./.github/workflows/callable-test-tsc-compliance.yml
39-
# dependency-review:
40-
# needs: prebuild
41-
# uses: ./.github/workflows/callable-dependency-review.yml
39+
dependency-review:
40+
needs: prebuild
41+
uses: ./.github/workflows/callable-dependency-review.yml
4242
all-unit-tests-pass:
4343
name: Unit and Bundle tests have passed
4444
needs:
@@ -47,7 +47,7 @@ jobs:
4747
- license-test
4848
- github-actions-test
4949
- tsc-compliance-test
50-
# - dependency-review
50+
- dependency-review
5151
runs-on: ubuntu-latest
5252
if: success() # only run when all checks have passed
5353
# store success output flag for ci job

.github/workflows/push-integ-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
on:
99
push:
1010
branches:
11-
- replace-with-your-branch
11+
- feat/passwordless
1212

1313
jobs:
1414
e2e:

0 commit comments

Comments
 (0)