Skip to content

Commit

Permalink
Make integration tests top level
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-baseten committed Jul 5, 2024
1 parent 6965118 commit d63578a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
jobs:
integration-tests:
needs: [detect-version-changed, build-and-push-truss-base-images-if-needed]
uses: ./.github/workflows/shared/integration-tests.yml
uses: ./.github/workflows/_shared_integration_tests.yml
with:
build-and-push-truss-base-images-if-needed-result: ${{ needs.build-and-push-truss-base-images-if-needed.result }}
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
integration-tests:
needs: [detect-version-changed, build-and-push-truss-base-images-if-needed]
uses: ./.github/workflows/shared/integration-tests.yml
uses: ./.github/workflows/_shared_integration_tests.yml
with:
build-and-push-truss-base-images-if-needed-result: ${{ needs.build-and-push-truss-base-images-if-needed.result }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
integration-tests:
if: ${{ github.event_name == 'workflow_dispatch' }}
needs: [detect-version-changed, build-and-push-truss-base-images-if-needed]
uses: ./.github/workflows/shared/integration-tests.yml
uses: ./.github/workflows/_shared_integration_tests.yml
with:
build-and-push-truss-base-images-if-needed-result: "skipped"

0 comments on commit d63578a

Please sign in to comment.