This is an automated email from the ASF dual-hosted git repository.
wankai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git
The following commit(s) were added to refs/heads/main by this push:
new aa24777193 Bump up skywalking-infra-e2e to work around GHA removing
`docker-compose` v1. (#713)
aa24777193 is described below
commit aa24777193f7b4e77aea24302b14f42eb140eb16
Author: Wan Kai <[email protected]>
AuthorDate: Mon Aug 5 22:27:43 2024 +0800
Bump up skywalking-infra-e2e to work around GHA removing `docker-compose`
v1. (#713)
---
.github/workflows/e2e.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index ad1536c3d9..99059989a0 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -60,6 +60,6 @@ jobs:
with:
go-version: '1.18'
- name: Run E2E Tests
- uses:
apache/skywalking-infra-e2e@c1558dba921a36320f9fdc3d774b66592243589d
+ uses:
apache/skywalking-infra-e2e@cf589b4a0b9f8e6f436f78e9cfd94a1ee5494180
with:
e2e-file: ${{ matrix.case.path }}