Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pandomic committed Nov 28, 2024
1 parent 0328b51 commit d5fac06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,11 @@ jobs:
localstack logs
- name: Generate a Diagnostic Report
working-directory: ./app
if: failure()
run: |
curl -s localhost:4566/_localstack/diagnose | gzip -cf > diagnose.json.gz
- name: Upload the Diagnostic Report
working-directory: ./app
if: failure()
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d5fac06

Please sign in to comment.