Skip to content

Commit

Permalink
try to get the ci to work
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Feb 24, 2024
1 parent 96fbf1b commit ea0b3c6
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,25 @@ 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
with:
# platform: docker
format: json

- id: ns_list_filtered
uses: viash-io/viash-actions/project/[email protected]
with:
input_file: "${{ steps.ns_list.outputs.output_file }}"
# - id: ns_list_filtered
# uses: viash-io/viash-actions/project/[email protected]
# with:
# input_file: "${{ steps.ns_list.outputs.output_file }}"

- id: set_matrix
run: |
Expand All @@ -74,7 +76,7 @@ jobs:
"config": .info.config,
"dir": .info.config | capture("^(?<dir>.*\/)").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:
Expand Down

0 comments on commit ea0b3c6

Please sign in to comment.