Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieReus committed Apr 12, 2024
1 parent 9bd9fb1 commit 4d092d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/matrix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run_test:
needs: collect_apps
runs-on: [ubuntu-latest]
strategy:
matrix:
dir: ${{fromJson(needs.collect_apps.outputs.apps)}}
# strategy:
# matrix:
# dir: ${{fromJson(needs.collect_apps.outputs.apps)}}
steps:
- run: echo ${{ matrix.apps }}

0 comments on commit 4d092d4

Please sign in to comment.