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

This commit is contained in:
2023-07-12 12:34:44 +02:00
parent 75cda95490
commit a1a3e951f5
+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 -- --watchAll --testMatch "**/src/**/*.test.js" run: npm test
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: