„.gitea/workflows/build.yml“ ändern
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user