Skip to content

Commit

Permalink
fix(ci): disable GUI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
berdal84 committed Jan 13, 2025
1 parent 21ff9b0 commit ca8b760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
BUILD_DIR: ./out
PLATFORM: ${{ matrix.platform }} # dektop|web
VERBOSE: true
NDBL_SKIP_GUI_TEST: true
steps:
- name: Git Checkout
uses: actions/checkout@v4
Expand All @@ -48,4 +49,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: nodable-${{ env.PLATFORM }}-${{ env.BUILD_TYPE }}
path: ./out/bin/
path: ./out/bin/

0 comments on commit ca8b760

Please sign in to comment.