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'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run tests
|
||||
run: npm test || true
|
||||
run: npm install
|
||||
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user