Skip to content

Commit

Permalink
Update Stage 2 - Validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 26, 2024
1 parent a07a1d5 commit 9ff31e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Stage 2 - Validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
validate_service_starts:
name: Validate
needs: version
strategy:
fail-fast: false
matrix:
Expand All @@ -49,5 +50,5 @@ jobs:
- run: npm run build
- run: npm run test
- run: |
echo "::notice::Successfully tested on ${{ matrix.os }} with Node.js ${{ matrix.node-version }}"
echo "::notice::Successfully tested ${{ github.ref_name }} on ${{ matrix.os }} with Node.js ${{ matrix.node-version }}"

0 comments on commit 9ff31e3

Please sign in to comment.