feat: přidání testů – Jest unit testy + Playwright E2E + CI pipeline #54

Merged
batmanisko merged 23 commits from feat/tests into master 2026-04-30 00:49:40 +02:00
Showing only changes of commit ec6df8700b - Show all commits
+1 -1
View File
@@ -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