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 22d3480 commit 361e5fbCopy full SHA for 361e5fb
1 file changed
.github/workflows/build_desktop_test.yaml
@@ -86,6 +86,7 @@ jobs:
86
87
- name: Run tests
88
timeout-minutes: 20
89
+ shell: bash
90
run: |
91
$PREFIX pnpm -C apps/desktop test \
92
${{ runner.os != 'Linux' && '--ignore-snapshots' || '' }} \
0 commit comments