Skip to content

Commit

Permalink
Update SkyWalking Infra E2E version
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterBright committed Aug 4, 2024
1 parent 198129c commit 3e697a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ name: OAP-E2E

on:
pull_request:
push:
branches:
- main
- dev
schedule:
- cron: '0 18 * * *'

Expand Down Expand Up @@ -93,7 +97,7 @@ jobs:
make docker.build || make docker.build
docker image ls
- name: ${{ matrix.test.name }}
uses: apache/skywalking-infra-e2e@1485ae03f0ad90496ad7626a5ae4a6a73a1f6296
uses: apache/skywalking-infra-e2e@cf589b4a0b9f8e6f436f78e9cfd94a1ee5494180
with:
e2e-file: $GITHUB_WORKSPACE/${{ matrix.test.config }}

Expand Down

0 comments on commit 3e697a6

Please sign in to comment.