WIP: feat: přidání testů – Jest unit testy + Playwright E2E + CI pipeline #54
@@ -224,7 +224,7 @@ jobs:
|
||||
discord-notify:
|
||||
name: Discord notification
|
||||
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'
|
||||
steps:
|
||||
- name: Send webhook
|
||||
|
||||
Reference in New Issue
Block a user