Skip to content

Commit

Permalink
chore: remove job echo
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Sep 22, 2023
1 parent a5dd08a commit b2b1ae3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
- run: |
echo "JIT:"
echo ${{ needs.get-jit-plugins.outputs.jit }}
- run: |
echo "Steps":
echo ${{ toJSON(job)}}
# - run: |
# echo "Steps":
# echo ${{ toJSON(job)}}
- run: |
echo "JIT to JSON:"
echo ${{ toJSON(needs.get-jit-plugins.outputs.jit) }}
Expand All @@ -72,7 +72,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
jitPlugins: echo ${{ fromJSON(needs.get-jit-plugins.outputs.jit) }}
jitPlugins: ${{ needs.get-jit-plugins.outputs.jit }}
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b2b1ae3

Please sign in to comment.