mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-19 14:06:17 -04:00
Fixing e2e demo
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
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'}}
|
||||
if: ${{cancelled() && matrix.os == 'ubuntu-latest' && matrix.node == '15'}}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Container UI
|
||||
|
||||
Reference in New Issue
Block a user