Skip to content

Commit

Permalink
fix bad yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 20, 2024
1 parent a341004 commit bc84d03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
- pnpm
steps:
- uses: actions/setup-node@v4
- run: npm init --init-module testproject -y
- run: npm init --init-module testproject -y

- if: ${{ matrix.pm == 'npm' }}
run: |
Expand All @@ -225,11 +225,11 @@ jobs:
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
YARN_ENABLE_INLINE_BUILDS: true
- uses: actions/upload-artifact@v4
- if: ${{ failure() && runner.os == 'Windows' }}
with:
- uses: actions/upload-artifact@v4
if: ${{ failure() && runner.os == 'Windows' }}
with:
name: logs-${{matrix.pm}}-${{runner.os}}
overwrite: true
path: |
C:\npm\cache\_logs\

0 comments on commit bc84d03

Please sign in to comment.