Skip to content

Commit 3850643

Browse files
fix: CI adjustment
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 1de742d commit 3850643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: uv cache prune --ci
5151

5252
unit-test-ui:
53-
if: ${{ steps.check_skip_tests.outputs.skip_tests == 'false' }}
53+
if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
5454
runs-on: ubuntu-latest
5555
env:
5656
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)