Skip to content

Commit bc2f851

Browse files
committed
Fixing e2e demo
1 parent 38f25bc commit bc2f851

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/snapshot_release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
- name: Run Docker E2E tests
4242
if: ${{matrix.os == 'ubuntu-latest'}}
4343
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
4450

4551
deploy:
4652
needs:

0 commit comments

Comments
 (0)