Skip to content

Commit

Permalink
Enhance combo-box interception in functional tests
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Jul 24, 2023
1 parent d32993c commit 5053838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ env:
jobs:
build-lint-test:
name: Build and Verify on ${{ matrix.name }} (ciGroup${{ matrix.group }})
if: ${{ false }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -127,6 +128,7 @@ jobs:

functional-tests:
name: Run functional tests on ${{ matrix.name }} (ciGroup${{ matrix.group }})
if: ${{ false }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 5053838

Please sign in to comment.