Compare commits
2 Commits
main
...
trySanityT
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20fbfbec01 | ||
|
|
0db6f407fe |
17
.github/workflows/sanity-test.yaml
vendored
17
.github/workflows/sanity-test.yaml
vendored
@ -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 }}
|
||||||
Loading…
x
Reference in New Issue
Block a user