Skip to content

Commit 9093e62

Browse files
authored
fix: CI workflow error (diegomura#2631)
1 parent 087ee22 commit 9093e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: REACT_VERSION=${{ matrix.react_version }} yarn test
109109

110110
e2e-node:
111-
name: Run E2E tests (Node.js ${{ matrix.node_version }}; ${{ matrix.cjs_or_esm.toUpperCase() }})
111+
name: Run E2E tests (Node.js ${{ matrix.node_version }}; ${{ matrix.cjs_or_esm == 'cjs' ? 'CJS' : 'ESM' }})
112112
runs-on: ubuntu-latest
113113
strategy:
114114
matrix:

0 commit comments

Comments
 (0)