Skip to content

Commit

Permalink
BUG: more yaml fixes
Browse files Browse the repository at this point in the history
Another attempt to fix yaml syntax.
  • Loading branch information
aburrell committed Jun 20, 2024
1 parent 8c29804 commit 519f267
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@ jobs:
needs: build
runs-on: "ubuntu-latest"
if: always()
steps:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_PARALLEL: true
run: |
curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz
./coveralls done --build-number ${{ github.run_number }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_PARALLEL: true
run: |
curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz
./coveralls done --build-number ${{ github.run_number }}

0 comments on commit 519f267

Please sign in to comment.