Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
Update migration action (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
roneli authored Dec 2, 2021
1 parent cfef94c commit 4e4634e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
go run main.go & while [ ! -f .cq_reattach ]; do sleep 1; done && \
./cloudquery provider upgrade aws --config ./client/testdata/default.hcl --enable-console-log
env:
CQ_PROVIDER_DEBUG: 1
CQ_REATTACH_PROVIDERS: .cq_reattach
CQ_NO_TELEMETRY: 1

Expand All @@ -100,4 +101,4 @@ jobs:
SLACK_COLOR: ${{ job.status }}
SLACK_MESSAGE: 'AWS - migration test failed'
SLACK_TITLE: AWS - migration test failed
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 4e4634e

Please sign in to comment.