Skip to content

Commit

Permalink
remove integration test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed Jun 26, 2024
1 parent 044e876 commit fdb7ce5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,4 @@ jobs:
functional_tests:
needs: [publish_images]
uses: ./.github/workflows/functional.yaml
if: github.repository == 'stackhpc/coral-credits'

# The integration tests require the charts, and are only worth running once
# the functional tests are passing
integration_tests:
needs: [publish_charts, functional_tests]
uses: ./.github/workflows/integration.yaml
with:
chart-version: ${{ needs.publish_charts.outputs.chart-version }}
secrets: inherit
if: github.repository == 'stackhpc/coral-credits'

0 comments on commit fdb7ce5

Please sign in to comment.