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 778cd7f commit 820a0b9Copy full SHA for 820a0b9
.github/workflows/snapshot_release.yaml
@@ -45,7 +45,7 @@ jobs:
45
npm test
46
- name: Run Docker E2E tests
47
if: ${{matrix.os == 'ubuntu-latest'}}
48
- run: docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} ${{matrix.node}}"
+ run: docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} 14"
49
- name: Run Electron e2e test subpackage
50
uses: GabrielBB/xvfb-action@v1
51
with:
0 commit comments