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

This commit is contained in:
2023-07-12 00:57:30 +02:00
parent 1f2075f5da
commit d8da695063
+4 -4
View File
@@ -23,10 +23,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Build app
run: |
npm ci
npm test
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps: