We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81079b2 commit a6f78aeCopy full SHA for a6f78ae
.github/workflows/unit_tests.yml
@@ -13,7 +13,7 @@ jobs:
13
id: check_skip_tests
14
15
unit-test-python:
16
- if: ${{ steps.check_changes.outputs.skip_tests == 'false' }}
+ if: ${{ steps.check_skip_tests.outputs.skip_tests == 'false' }}
17
runs-on: ${{ matrix.os }}
18
strategy:
19
fail-fast: false
@@ -51,7 +51,7 @@ jobs:
51
run: uv cache prune --ci
52
53
unit-test-ui:
54
55
runs-on: ubuntu-latest
56
env:
57
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments