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 38f25bc commit bc2f851Copy full SHA for bc2f851
.github/workflows/snapshot_release.yaml
@@ -41,6 +41,12 @@ jobs:
41
- name: Run Docker E2E tests
42
if: ${{matrix.os == 'ubuntu-latest'}}
43
run: docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} ${{matrix.node}}"
44
+ - name: Upload screenshot
45
+ if: ${{matrix.os == 'ubuntu-latest' && matrix.node == '15'}}
46
+ uses: actions/upload-artifact@v2
47
+ with:
48
+ name: Container UI
49
+ path: /home/runner/work/nut.js/nut.js/ci.png
50
51
deploy:
52
needs:
0 commit comments