„.gitea/workflows/build.yml“ ändern
Gitea Actions Demo / Test-Job (push) Successful in 8s
Gitea Actions Demo / Build (push) Failing after 35s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 19s

This commit is contained in:
2023-07-12 02:37:25 +02:00
parent d8da695063
commit 69ca672121
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: npm ci
- name: Run Tests - name: Run Tests
run: npm test run: npm test -- --watchAll --testMatch "**/src/**/*.test.js"
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: