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 ab5321d commit 87fef85
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
^check.*
^test.*
check:
#uses: ./.github/workflows/run.yml
runs-on: ubuntu-latest
uses: ./.github/workflows/run.yml
needs: [discover]
steps:
- name: Check
run: |
echo "${{ fromJson(needs.discover.outputs.result)['^check.*'] }}"
with:
earthfiles: ${{ toJson(fromJson(needs.discover.outputs.result)['^check.*']) }}

0 comments on commit 87fef85

Please sign in to comment.