Skip to content

Commit

Permalink
mongodump
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Aug 15, 2023
1 parent b52165e commit 5682c61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ jobs:
cp resources/dummy_client_secrets.json client_secrets.json
pytest -vvv tests/integration
- name: mongodump
if: always()
run: |
mongodump
- name: dump rest logs
if: always()
run: |
Expand Down

0 comments on commit 5682c61

Please sign in to comment.