Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Sep 6, 2023
1 parent c40cfa0 commit 06a28f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: ./.github/workflows/apm-e2e-test.yml
with:
test-cluster-name: 'pulse-cw-agent-operator-test'
apm-cwagent-operator-image-name: ${{ secrets.TEST }}
apm-cwagent-operator-image-name: ${{ secrets.TEST }}
- uses: actions/checkout@v3
with:
fetch-depth: 0

0 comments on commit 06a28f6

Please sign in to comment.