From 94712c6cdab792068e1a86e75dda2d585b8dcb09 Mon Sep 17 00:00:00 2001 From: Frederick Pruneau Date: Thu, 5 Feb 2026 13:42:35 -0500 Subject: [PATCH] test workflow --- .gitea/workflows/node-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml index 247204c..f60b6cd 100644 --- a/.gitea/workflows/node-ci.yaml +++ b/.gitea/workflows/node-ci.yaml @@ -28,7 +28,7 @@ jobs: - name: Run linter run: npm run lint - + test: runs-on: ubuntu-24.04 steps: @@ -50,7 +50,7 @@ jobs: alert_on_failure: needs: test runs-on: ubuntu-24.04 - #if: ${{ needs.test.result == 'failure' }} + #if: ${{ needs.test.result == 'failure' }} ## steps: - name: Notify Google Chat if: ${{ always() }} # Use always to ensure that the notification is also send on failure of former steps