Skip to content

Commit

Permalink
fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Nov 26, 2024
1 parent 532d64c commit 6481c5b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
- name: Run tests
working-directory: e2e/tests
run: go test -v -timeout 30m -run TestWorkflow
- name: Store lint report artifact
- name: Upload logs directory
if: always()
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v3

Check warning on line 36 in .github/workflows/e2e.yml

View workflow job for this annotation

GitHub Actions / Validate Workflow Changes

1. Action is using node16 (node-version / warning)
with:
name: docker-logs
path: logs
retention-days: 7
name: container-logs
path: e2e/tests/logs

0 comments on commit 6481c5b

Please sign in to comment.