Update .github/workflows/build.yaml
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13m46s
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13m46s
This commit is contained in:
parent
9a9166c4d4
commit
b95289018e
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -26,10 +26,7 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: npm test || true
|
|
||||||
|
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user