We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f0c89 commit e367f90Copy full SHA for e367f90
1 file changed
.github/workflows/ci_e2e.yml
@@ -66,9 +66,9 @@ jobs:
66
run: cd ./e2e && mvn -B clean test
67
- name: Collect logs
68
if: failure()
69
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v2
70
with:
71
name: dslogs
72
- path: /var/lib/docker/volumes/docker-swarm_dolphinscheduler-logs/_data
+ path: ${{ github.workspace }}/docker/docker-swarm/dolphinscheduler-logs
73
74
0 commit comments