Skip to content

Commit

Permalink
ci(test): try to debug the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Feb 27, 2023
1 parent d259a2c commit 80a45a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-compilation-result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- id: test-optim
run: |
# Test the personas bilans against production
body="$(yarn test:optim:md 2> /dev/null| tail --lines=+3 | head --lines=-1)"
body="$(yarn test:optim:md | tail --lines=+3 | head --lines=-1)"
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"
Expand Down

0 comments on commit 80a45a2

Please sign in to comment.