diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bd6a17f2..1e60390b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,12 +48,14 @@ jobs: run: | LANG=C viash ns list > /dev/null - - name: Get changed files - id: changed-files - uses: tj-actions/changed-files@v42 - with: - separator: ";" - diff_relative: true + # see https://github.com/viash-io/viash/issues/654 + # and https://github.com/viash-io/viash-actions/pull/27 + # - name: Get changed files + # id: changed-files + # uses: tj-actions/changed-files@v42 + # with: + # separator: ";" + # diff_relative: true - id: ns_list uses: viash-io/viash-actions/ns-list@v5 @@ -61,10 +63,10 @@ jobs: # platform: docker format: json - - id: ns_list_filtered - uses: viash-io/viash-actions/project/detect-changed-components@viash-0.9 - with: - input_file: "${{ steps.ns_list.outputs.output_file }}" + # - id: ns_list_filtered + # uses: viash-io/viash-actions/project/detect-changed-components@viash-0.9 + # with: + # input_file: "${{ steps.ns_list.outputs.output_file }}" - id: set_matrix run: | @@ -74,7 +76,7 @@ jobs: "config": .info.config, "dir": .info.config | capture("^(?.*\/)").dir } - ]' ${{ contains(steps.get_head_commit_message.outputs.HEAD_COMMIT_MESSAGE, 'ci force') && steps.ns_list.outputs.output_file || steps.ns_list_filtered.outputs.output_file }} )" >> $GITHUB_OUTPUT + ]' ${{ contains(steps.get_head_commit_message.outputs.HEAD_COMMIT_MESSAGE, 'ci force') && steps.ns_list.outputs.output_file }} )" >> $GITHUB_OUTPUT # phase 2 viash_test: