test workflow
This commit is contained in:
parent
618c980ee7
commit
94712c6cda
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
alert_on_failure:
|
alert_on_failure:
|
||||||
needs: test
|
needs: test
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
#if: ${{ needs.test.result == 'failure' }}
|
#if: ${{ needs.test.result == 'failure' }} ##
|
||||||
steps:
|
steps:
|
||||||
- name: Notify Google Chat
|
- name: Notify Google Chat
|
||||||
if: ${{ always() }} # Use always to ensure that the notification is also send on failure of former steps
|
if: ${{ always() }} # Use always to ensure that the notification is also send on failure of former steps
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user