Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Apr 23, 2024
1 parent 26fc925 commit f9b93be
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 @@ -50,7 +50,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload results
if: "!cancelled() && env.TRUNK_TOKEN"
if: !cancelled() && env.TRUNK_TOKEN

Check failure on line 53 in .github/workflows/tests.yaml

View workflow job for this annotation

GitHub Actions / Trunk Check

actionlint(syntax-check)

[new] could not parse as YAML: yaml: line 53: did not find expected alphabetic or numeric character

Check failure on line 53 in .github/workflows/tests.yaml

View workflow job for this annotation

GitHub Actions / Trunk Check

yamllint(syntax)

[new] syntax error: expected alphabetic or numeric character, but found '&'
uses: trunk-io/analytics-uploader@main
with:
junit-paths: .reports/*.xml
Expand Down

0 comments on commit f9b93be

Please sign in to comment.