Skip to content

Commit

Permalink
Temporarily move integration tests to the push event (cloudfoundry#3075)
Browse files Browse the repository at this point in the history
- We will change this commit in the near future to ensure that the
  integration tests run again on pull requests

Signed-off-by: João Pereira <joaod@vmware.com>
Co-authored-by: Greg Weresch <greg.weresch@broadcom.com>
  • Loading branch information
joaopapereira and weresch authored Aug 2, 2024
1 parent c9ec4cf commit f59c02a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ on:
- "Tests"
types:
- completed
push:
branches:
- main
- v8
- v7

jobs:
run-integration-tests-cf-env:
Expand Down Expand Up @@ -74,4 +79,4 @@ jobs:
run-with-client-creds: false
os: ubuntu-latest
name: cats
secrets: inherit
secrets: inherit
10 changes: 0 additions & 10 deletions .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,4 @@ jobs:
Get-Item Makefile
make units
integration:
needs:
- units
- units-windows
name: Integration tests
if: ${{ github.event != 'workflow_dispatch' }}
uses: ./.github/workflows/tests-integration.yml
secrets: inherit
# vim: set sw=2 ts=2 sts=2 et tw=78 foldlevel=2 fdm=indent nospell:

0 comments on commit f59c02a

Please sign in to comment.