Merge branch 'main' of https://git.d4m13n.dev/damien/personal-website
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 15m24s

This commit is contained in:
Damien 2025-02-28 02:16:15 -05:00
commit f5819723cf
2 changed files with 2 additions and 8 deletions

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

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