Skip to content

Commit

Permalink
Update node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis authored Jul 21, 2024
1 parent 9c3ac65 commit abc9fcf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
continue-on-error: ${{ matrix.experimental }}

strategy:
fail-fast: false
max-parallel: 2
fail-fast: true
max-parallel: 4
matrix:
node-version: ['latest']
experimental: [false]
Expand Down Expand Up @@ -49,9 +49,14 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: npm run build:linux

- name: List Release Files
- name: List Release Files (Linux & macOS)
if: runner.os != 'Windows'
run: ls -la dist/

- name: List Release Files (Windows)
if: runner.os == 'Windows'
run: dir dist

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit abc9fcf

Please sign in to comment.