Skip to content

Commit e367f90

Browse files
authored
fix ci_e2e fail (#3497)
1 parent c6f0c89 commit e367f90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
run: cd ./e2e && mvn -B clean test
6767
- name: Collect logs
6868
if: failure()
69-
uses: actions/upload-artifact@v1
69+
uses: actions/upload-artifact@v2
7070
with:
7171
name: dslogs
72-
path: /var/lib/docker/volumes/docker-swarm_dolphinscheduler-logs/_data
72+
path: ${{ github.workspace }}/docker/docker-swarm/dolphinscheduler-logs
7373

7474

0 commit comments

Comments
 (0)