Compare commits

...

2 Commits

Author SHA1 Message Date
neha-Gupta1
20fbfbec01 backup test 2023-09-08 16:48:28 +05:30
neha-Gupta1
0db6f407fe enable group sanity test 2023-09-08 15:13:27 +05:30

View File

@ -3,6 +3,7 @@ on:
push: push:
branches: branches:
- main - main
- trySanityTestGroup
workflow_dispatch: workflow_dispatch:
inputs: inputs:
user: user:
@ -347,7 +348,7 @@ jobs:
echo result="${suffix}" >> $GITHUB_OUTPUT echo result="${suffix}" >> $GITHUB_OUTPUT
- name: Groups - Backup - name: Groups - Backup
if: false # TODO: enable when ready if: true # TODO: enable when ready
id: groups-backup id: groups-backup
uses: ./.github/actions/backup-restore-test uses: ./.github/actions/backup-restore-test
with: with:
@ -358,7 +359,7 @@ jobs:
log-dir: ${{ env.CORSO_LOG_DIR }} log-dir: ${{ env.CORSO_LOG_DIR }}
- name: Teams - Backup - name: Teams - Backup
if: false # TODO: enable when ready if: true # TODO: enable when ready
id: teams-backup id: teams-backup
uses: ./.github/actions/backup-restore-test uses: ./.github/actions/backup-restore-test
with: with:
@ -384,9 +385,9 @@ jobs:
if-no-files-found: error if-no-files-found: error
retention-days: 14 retention-days: 14
- name: Notify failure in slack # - name: Notify failure in slack
if: failure() # if: failure()
uses: ./.github/actions/slack-message # uses: ./.github/actions/slack-message
with: # with:
msg: "[FAILED] Sanity Tests" # msg: "[FAILED] Sanity Tests"
slack_url: ${{ secrets.SLACK_WEBHOOK_URL }} # slack_url: ${{ secrets.SLACK_WEBHOOK_URL }}