Skip to content

Commit 87fef85

Browse files
committed
wip: testing
1 parent ab5321d commit 87fef85

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/test.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
^check.*
2626
^test.*
2727
check:
28-
#uses: ./.github/workflows/run.yml
29-
runs-on: ubuntu-latest
28+
uses: ./.github/workflows/run.yml
3029
needs: [discover]
31-
steps:
32-
- name: Check
33-
run: |
34-
echo "${{ fromJson(needs.discover.outputs.result)['^check.*'] }}"
30+
with:
31+
earthfiles: ${{ toJson(fromJson(needs.discover.outputs.result)['^check.*']) }}

0 commit comments

Comments
 (0)