Skip to content

Commit

Permalink
fix ci_e2e fail (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgcareer committed Aug 14, 2020
1 parent c6f0c89 commit e367f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
run: cd ./e2e && mvn -B clean test
- name: Collect logs
if: failure()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: dslogs
path: /var/lib/docker/volumes/docker-swarm_dolphinscheduler-logs/_data
path: ${{ github.workspace }}/docker/docker-swarm/dolphinscheduler-logs


0 comments on commit e367f90

Please sign in to comment.