Update .github/workflows/build.yaml
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13m46s

This commit is contained in:
damien 2025-02-28 05:05:02 +00:00
parent 9a9166c4d4
commit b95289018e

View File

@ -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