We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e91eb6 commit 464b3f1Copy full SHA for 464b3f1
.github/workflows/main.yml
@@ -111,7 +111,8 @@ jobs:
111
run: REACT_VERSION=${{ matrix.react_version }} yarn test
112
113
e2e-node:
114
- name: Run E2E tests (Node.js ${{ matrix.node_version }}; ${{ matrix.cjs_or_esm == 'cjs' ? 'CJS' : 'ESM' }}) runs-on: ubuntu-latest
+ name: "Run E2E tests (Node.js ${{ matrix.node_version }}; ${{ matrix.cjs_or_esm == 'cjs' && 'CJS' || 'ESM' }})"
115
+ runs-on: ubuntu-latest
116
strategy:
117
matrix:
118
cjs_or_esm: [cjs, esm]
0 commit comments