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 09ecec8 commit b5174f3Copy full SHA for b5174f3
1 file changed
.github/workflows/ci.yml
@@ -76,9 +76,4 @@ jobs:
76
- run: yarn install --frozen-lockfile
77
- name: Run tests (skip pg-transaction under Node < 18)
78
run: |
79
- if [[ "${{ matrix.node }}" -lt 18 ]]; then
80
- echo "Skipping pg-transaction tests on Node.js < 18"
81
- yarn workspaces foreach -v --exclude pg-transaction --topological-dev run test
82
- else
83
- yarn test
84
- fi
+ yarn test
0 commit comments