mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-19 22:15:20 -04:00
Fixing e2e demo
This commit is contained in:
@@ -41,6 +41,12 @@ jobs:
|
||||
- name: Run Docker E2E tests
|
||||
if: ${{matrix.os == 'ubuntu-latest'}}
|
||||
run: docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} ${{matrix.node}}"
|
||||
- name: Upload screenshot
|
||||
if: ${{matrix.os == 'ubuntu-latest' && matrix.node == '15'}}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Container UI
|
||||
path: /home/runner/work/nut.js/nut.js/ci.png
|
||||
|
||||
deploy:
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user