File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ jobs:
113113 AWS_SECRET_ACCESS_KEY : test
114114 run : |
115115 pytest tests
116+ awslocal s3 ls s3://localstack-thumbnails-app-resized
116117
117118 - name : Show LocalStack Logs
118119 if : always()
119120 run : |
120- echo "::error::Tests failed. Dumping LocalStack logs:"
121121 localstack logs
122122
123123 - name : Send a Slack notification
@@ -147,7 +147,4 @@ jobs:
147147
148148 - name : Prevent Workflow from becoming Stale
149149 if : always() && github.ref == 'refs/heads/main'
150- uses : gautamkrishnar/keepalive-workflow@v1
151- with :
152- commit_message : " [skip ci] Automated commit by Keepalive Workflow to keep the repository active"
153- gh_token : ${{ secrets.GITHUB_TOKEN }}
150+ uses : liskin/gh-workflow-keepalive@v1
You can’t perform that action at this time.
0 commit comments