diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ec0d75f..4940d7a 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -34,7 +34,7 @@ jobs: with: buildkitd-flags: '--allow-insecure-entitlement network.host' driver-opts: network=host - - name: Lint & Test + - name: Lint test run: | registry=${{ github.server_url }} registry=${registry##http*://} @@ -43,8 +43,7 @@ jobs: git init git pull ${fullrepo} npm install @angular/cli - npm run lint - npm run test + npm run lint - name: Build and push uses: docker/build-push-action@v6 with: