Skip to content

Commit

Permalink
Include sql in upload
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 7, 2024
1 parent e79c115 commit 096497b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: docker-logs
path: logs/*.log
path: logs/*.(sql|log)

- name: Notify Slack on nightly test failure
if: failure() && github.event_name == 'schedule'
Expand All @@ -62,4 +62,4 @@ jobs:
"text": "🚨 Scheduled job failed! Click to view the run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
}'
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 096497b

Please sign in to comment.