Skip to content

Commit

Permalink
chore: remove extra paren
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher committed Jun 12, 2024
1 parent 9db3078 commit fb19763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
- name: set tags
id: set-tags
run: echo "tags=$(find tests -name '*.yaml' -exec yq --output-format yaml '.[].tags[] ' {} \;| sort | uniq | grep -vE 'deprecated|miniwdl|cellranger') | jq -ncR '[inputs]')" >> $GITHUB_OUTPUT
run: echo "tags=$(find tests -name '*.yaml' -exec yq --output-format yaml '.[].tags[] ' {} \;| sort | uniq | grep -vE 'deprecated|miniwdl|cellranger' | jq -ncR '[inputs]')" >> $GITHUB_OUTPUT
pytest_check:
needs: list-tags
runs-on: ubuntu-latest
Expand Down

0 comments on commit fb19763

Please sign in to comment.