Skip to content

Commit 464b3f1

Browse files
committed
chore: run ci on prs
1 parent 2e91eb6 commit 464b3f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ jobs:
111111
run: REACT_VERSION=${{ matrix.react_version }} yarn test
112112

113113
e2e-node:
114-
name: Run E2E tests (Node.js ${{ matrix.node_version }}; ${{ matrix.cjs_or_esm == 'cjs' ? 'CJS' : 'ESM' }}) runs-on: ubuntu-latest
114+
name: "Run E2E tests (Node.js ${{ matrix.node_version }}; ${{ matrix.cjs_or_esm == 'cjs' && 'CJS' || 'ESM' }})"
115+
runs-on: ubuntu-latest
115116
strategy:
116117
matrix:
117118
cjs_or_esm: [cjs, esm]

0 commit comments

Comments
 (0)