Skip to content

Commit

Permalink
Merge pull request #493 from OpenTrafficCam/integrate-regression-test…
Browse files Browse the repository at this point in the history
…-in-ci-pipeline

Integrate regression test in ci pipeline
  • Loading branch information
frunika authored Mar 28, 2024
2 parents 53bf00c + e3a77f6 commit 97ce2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: './.github/workflows/test.yml'
regression-test:
uses: './.github/workflows/regression-test.yml'
secrets: inherit
create_nightly:
needs:
- test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
regression-test:
if: endsWith(github.event.base_ref, 'main')
uses: './.github/workflows/regression-test.yml'
secrets: inherit
create_release:
needs:
- test
Expand Down

0 comments on commit 97ce2eb

Please sign in to comment.