Skip to content

Commit

Permalink
fix: get directories from dataset_builders/pie folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Apr 16, 2024
1 parent 95f79bd commit 2bf2cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_datasets_single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: set-dirs # Give it an id to handle to get step outputs in the outputs key above
run: echo "::set-output name=dir::$(ls -d dataset_builders/pie | jq -R -s -c 'split("\n")[:-1]')"
run: echo "::set-output name=dir::$(ls dataset_builders/pie | jq -R -s -c 'split("\n")[:-1]')"
# Define step output named dir base on ls command transformed to JSON thanks to jq

test_pie:
Expand Down

0 comments on commit 2bf2cf9

Please sign in to comment.