Skip to content

Commit

Permalink
added proper skip
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jan 9, 2025
1 parent 31627f7 commit 04211a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
if-no-files-found: warn
retention-days: 7
- name: 'Run UI integration tests'
if: ${{ matrix.excludeFromBuild }}
if: ${{ !matrix.excludeFromBuild }}
id: run_tests
working-directory: ./liberty-tools-intellij
run: bash ./src/test/resources/ci/scripts/run.sh
Expand Down

0 comments on commit 04211a5

Please sign in to comment.