Skip to content

Commit 4f29cf2

Browse files
committed
fixup! [IMP] CI: skip tests after test migration if there are no modules
1 parent 82b8622 commit 4f29cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-migration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ jobs:
163163
--without-demo=$MODULES_NEW \
164164
--update=$MODULES_NEW
165165
- name: Generate coverage.xml
166-
if: ${{ jobs.run_migration.outputs.modules_new != '' }}
166+
if: ${{ steps.run_migration.outputs.modules_new != '' }}
167167
run: coverage xml
168168
- uses: codecov/codecov-action@v4
169-
if: ${{ jobs.run_migration.outputs.modules_new != '' }}
169+
if: ${{ steps.run_migration.outputs.modules_new != '' }}
170170
with:
171171
files: coverage.xml
172172
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)