Update .github/workflows/release.yaml
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Has been cancelled

This commit is contained in:
damien 2025-02-28 05:04:49 +00:00
parent 58528f3591
commit 9a9166c4d4

View File

@ -25,10 +25,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