Skip to content

Commit

Permalink
ci: fix github workflow output qouting
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 9, 2024
1 parent c873a02 commit 527389c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
cd packages/icon-explorer
ln -s .owl/baseline baseline-${{ matrix.arch }}
tmp=$(mktemp)
jq '.ios.device = "{{ steps.simulator.outputs.udid }}"' owl.config.json > "$tmp" && mv "$tmp" owl.config.json
jq '.ios.device = "${{ steps.simulator.outputs.udid }}"' owl.config.json > "$tmp" && mv "$tmp" owl.config.json
yarn test:ios:run
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 527389c

Please sign in to comment.