Skip to content

Commit

Permalink
enable integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jjarvisp committed Nov 22, 2024
1 parent b253166 commit b66249d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: ['*']
pull_request:
branches: ['release', 'next/main', 'next/release']
branches: ['main', 'release', 'next/main', 'next/release']
schedule:
# Run every Tuesday at midnight GMT
- cron: '0 0 * * 2'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
tsc-compliance-test:
needs: prebuild
uses: ./.github/workflows/callable-test-tsc-compliance.yml
# dependency-review:
# needs: prebuild
# uses: ./.github/workflows/callable-dependency-review.yml
dependency-review:
needs: prebuild
uses: ./.github/workflows/callable-dependency-review.yml
all-unit-tests-pass:
name: Unit and Bundle tests have passed
needs:
Expand All @@ -47,7 +47,7 @@ jobs:
- license-test
- github-actions-test
- tsc-compliance-test
# - dependency-review
- dependency-review
runs-on: ubuntu-latest
if: success() # only run when all checks have passed
# store success output flag for ci job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
push:
branches:
- replace-with-your-branch
- feat/passwordless

jobs:
e2e:
Expand Down

0 comments on commit b66249d

Please sign in to comment.