Skip to content

Commit

Permalink
fix: run: string
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Oct 27, 2023
1 parent c434799 commit f846ca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: get data sets
id: datasets
working-directory: qadb
run: echo datasets=(ls -d pass*/* | jq -Rcs '{"dataset": split("\n")[:-1]}') >> $GITHUB_OUTPUT
run: |
echo datasets=(ls -d pass*/* | jq -Rcs '{"dataset": split("\n")[:-1]}') >> $GITHUB_OUTPUT
# check consistency between Groovy and C++ APIs
groovy_vs_cpp:
Expand Down

0 comments on commit f846ca7

Please sign in to comment.