WIP: feat: přidání testů – Jest unit testy + Playwright E2E + CI pipeline #54
@@ -224,7 +224,7 @@ jobs:
|
|||||||
discord-notify:
|
discord-notify:
|
||||||
name: Discord notification
|
name: Discord notification
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: docker-build
|
needs: [server-build, client-build, server-test, e2e, docker-build]
|
||||||
if: always() && github.event_name == 'push' && github.ref == 'refs/heads/master'
|
if: always() && github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- name: Send webhook
|
- name: Send webhook
|
||||||
|
|||||||
Reference in New Issue
Block a user