Skip to content

Commit

Permalink
fix: CI workflow error - attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Feb 12, 2024
1 parent da10a9b commit 72e468a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: REACT_VERSION=${{ matrix.react_version }} yarn test

e2e-node:
name: Run E2E tests (Node.js ${{ matrix.node_version }}; ${{ matrix.cjs_or_esm == 'cjs' ? 'CJS' : 'ESM' }})
name: Run E2E tests (Node.js ${{ matrix.node_version }}; ${{ matrix.cjs_or_esm == 'cjs' && 'CJS' || 'ESM' }})
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 72e468a

Please sign in to comment.