From: Tom Hughes Date: Fri, 3 Mar 2023 17:55:53 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/3953' X-Git-Tag: live~2150 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/49f99d9fd3a0cd9c4d8eb46d4386b74b8b68d229?hp=d3de38767d1106eee96136e41b8c9d938517361a Merge remote-tracking branch 'upstream/pull/3953' --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ff1c365b3..aa8edff12 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: - name: Run tests run: bundle exec rails test:all - name: Report completion to Coveralls - uses: coverallsapp/github-action@v1.2.2 + uses: coverallsapp/github-action@v1.2.4 with: github-token: ${{ secrets.github_token }} flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }} @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Report completion to Coveralls - uses: coverallsapp/github-action@v1.2.2 + uses: coverallsapp/github-action@v1.2.4 with: github-token: ${{ secrets.github_token }} parallel-finished: true