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 a9829a9 commit eaa314dCopy full SHA for eaa314d
1 file changed
.github/workflows/TestPWTCommands.yml
@@ -51,7 +51,7 @@ jobs:
51
node-version: ${{ matrix.node == 18 && '18.15.0' || matrix.node }}
52
53
- name: "Installing dependencies"
54
- if: steps.filter.outputs.packages == 'true' || steps.filter.outputs.tests == 'true'
+ if: true || steps.filter.outputs.packages == 'true' || steps.filter.outputs.tests == 'true'
55
run: pnpm install
56
57
- name: Increase number of watchers
0 commit comments