„.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 uses: actions/setup-node@v3
with: with:
node-version: '18' node-version: '18'
- name: Build app - name: Install Dependencies
run: | run: npm ci
npm ci - name: Run Tests
npm test run: npm test
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: