Skip to content

Commit

Permalink
Investigate
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jul 14, 2024
1 parent 440d0dc commit 5c49b07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fast_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- id: set-matrix
run: |
sudo apt-get install jq
echo 'folder-matrix=$(find "tardis" -mindepth 1 -maxdepth 1 -type d | grep -v '__pycache__' | jq -R . | jq -cs .)' >> "$GITHUB_OUTPUT"
echo 'os-matrix=["ubuntu-latest", "macos-latest"]' >> "$GITHUB_OUTPUT"
folder_matrix=$(find "tardis" -mindepth 1 -maxdepth 1 -type d | grep -v '__pycache__' | jq -R . | jq -cs .)
echo "folder-matrix=$folder_matrix" >> "$GITHUB_OUTPUT"
(find "tardis" -mindepth 1 -maxdepth 1 -type d | grep -v '__pycache__' | jq -R . | jq -cs .)
echo 'os-matrix=["ubuntu-latest", "macos-latest"]'
- run: |
Expand Down

0 comments on commit 5c49b07

Please sign in to comment.