From 20fbfbec0117d718143c9b8308ef3ceda99b3277 Mon Sep 17 00:00:00 2001 From: neha-Gupta1 Date: Fri, 8 Sep 2023 16:12:34 +0530 Subject: [PATCH] backup test --- .github/workflows/sanity-test.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index 944a4cc7e..597e83b21 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -3,6 +3,7 @@ on: push: branches: - main + - trySanityTestGroup workflow_dispatch: inputs: user: @@ -330,7 +331,7 @@ jobs: # generate new entries for test - name: Groups - Create new data - if: true # TODO: enable when ready + if: false # TODO: enable when ready id: new-data-creation-groups working-directory: ./src/cmd/factory run: | @@ -347,7 +348,7 @@ jobs: echo result="${suffix}" >> $GITHUB_OUTPUT - name: Groups - Backup - if: false # TODO: enable when ready + if: true # TODO: enable when ready id: groups-backup uses: ./.github/actions/backup-restore-test with: @@ -358,7 +359,7 @@ jobs: log-dir: ${{ env.CORSO_LOG_DIR }} - name: Teams - Backup - if: false # TODO: enable when ready + if: true # TODO: enable when ready id: teams-backup uses: ./.github/actions/backup-restore-test with: @@ -384,9 +385,9 @@ jobs: if-no-files-found: error retention-days: 14 - - name: Notify failure in slack - if: failure() - uses: ./.github/actions/slack-message - with: - msg: "[FAILED] Sanity Tests" - slack_url: ${{ secrets.SLACK_WEBHOOK_URL }} \ No newline at end of file + # - name: Notify failure in slack + # if: failure() + # uses: ./.github/actions/slack-message + # with: + # msg: "[FAILED] Sanity Tests" + # slack_url: ${{ secrets.SLACK_WEBHOOK_URL }} \ No newline at end of file