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 9d87c29 commit a07a1d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/Stage 2 - Validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: get-npm-version
id: package-version
uses: martinbeentjes/[email protected]
- run: |
echo "::notice::Running against version ${{ steps.package-version.outputs.current-version }}"
validate_service_starts:
name: Validate
Expand All @@ -37,6 +39,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- if: runner.os == 'Linux'
run: cat /etc/os-release
- if: runner.os == 'Windows'
run: systeminfo
- if: runner.os == 'macOS'
run: sw_vers
- run: npm install
- run: npm run build
- run: npm run test
Expand Down

0 comments on commit a07a1d5

Please sign in to comment.