Skip to content

Commit 72ace8f

Browse files
committed
ci: experiment
1 parent 4829910 commit 72ace8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
with:
4444
filters: ./.github/path-filters.yml
4545

46+
- name: TEMP TESTING
47+
run: |
48+
echo outputs: ${{ toJSON(steps.filter.outputs) }}
49+
echo packages: ${{ toJSON(steps.filter.outputs.packages) }}
50+
false
51+
4652
- if: ${{ steps.filter.outputs.any-workspace == 'true' }}
4753
uses: ./.github/actions/install-dependencies
4854

0 commit comments

Comments
 (0)