Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 31, 2024
1 parent 5a4de23 commit ab5321d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
^check.*
^test.*
check:
uses: ./.github/workflows/run.yml
#uses: ./.github/workflows/run.yml
runs-on: ubuntu-latest
needs: [discover]
with:
earthfiles: "${{ fromJson(needs.discover.outputs.result)['^check.*'] }}"
steps:
- name: Check
run: |
echo "${{ fromJson(needs.discover.outputs.result)['^check.*'] }}"

0 comments on commit ab5321d

Please sign in to comment.