Skip to content

Commit

Permalink
New try
Browse files Browse the repository at this point in the history
Signed-off-by: João Pereira <joaod@vmware.com>
  • Loading branch information
joaopapereira committed Jul 2, 2024
1 parent aa147da commit 33d6fdd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ on:
- v9
- v8
- v7
types:
- synchronize
- opened
- reopened
paths-ignore:
- "doc/**"
- ".gitpod.yml"
Expand Down Expand Up @@ -97,5 +93,8 @@ jobs:
name: Integration tests
if: ${{ github.event != 'workflow_dispatch' }}
uses: ./.github/workflows/tests-integration.yml
secrets: inherit
secrets:
TEST_SECRET: ${{ secrets.TEST_SECRET }}
SHEPHERD_SERVICE_ACCOUNT_TOKEN: ${{ secrets.SHEPHERD_SERVICE_ACCOUNT_TOKEN }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
# vim: set sw=2 ts=2 sts=2 et tw=78 foldlevel=2 fdm=indent nospell:

0 comments on commit 33d6fdd

Please sign in to comment.