Skip to content

Commit

Permalink
Add GH workflow for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj committed Oct 2, 2023
1 parent bc4ee69 commit 4647f82
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Integration Tests

on: pull_request

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
integration_tests:
name: Integration tests
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@chore/add_wf_integration_tests
secrets: inherit #pragma: allowlist secret

0 comments on commit 4647f82

Please sign in to comment.