dashanji commented on code in PR #93:
URL: https://github.com/apache/skywalking-swck/pull/93#discussion_r1313818661
##########
.github/workflows/go.yml:
##########
@@ -75,60 +75,68 @@ jobs:
name: e2e tests(oap+ui+agent)
runs-on: ubuntu-latest
steps:
+ - name: Check out code into the Go module directory
+ uses: actions/checkout@v3
+ - name: free disk space
+ run: bash .github/free-disk-space.sh
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
id: go
- - name: Check out code into the Go module directory
- uses: actions/checkout@v3
- name: Run E2E Test(oap+ui+agent)
- uses:
apache/skywalking-infra-e2e@996ed8902e941e2883fcf0ac5b3090364942d205 #
always prefer to use a revision instead of `main`.
+ uses: apache/skywalking-infra-e2e@main # always prefer to use a
revision instead of `main`.
Review Comment:
Make sense to me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]