Skip to content

Commit ab5321d

Browse files
committed
wip: testing
1 parent 5a4de23 commit ab5321d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)