Skip to content

Commit

Permalink
Fix quoted string error (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Mar 27, 2024
1 parent e3dec58 commit b08f737
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2
with:
parallel-finished: true
carryforward: \
# yamllint disable-line rule:quoted-strings
carryforward: "\
run-macos-latest-3.10,\
run-ubuntu-latest-3.10,\
run-macos-latest-3.11,\
run-ubuntu-latest-3.11
run-ubuntu-latest-3.11\
"

0 comments on commit b08f737

Please sign in to comment.