From: Tom Hughes Date: Thu, 9 May 2024 18:12:04 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4774' X-Git-Tag: live~879 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/94e61b4dbe8362d98b17976d26d0043b869886e2?hp=71005e464858d08af0cd9c2becbf6c33920843cb Merge remote-tracking branch 'upstream/pull/4774' --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bfe456076..34405f778 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,7 +61,7 @@ jobs: - name: Run tests run: bundle exec rails test:all - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.2.3 + uses: coverallsapp/github-action@v2.3.0 with: github-token: ${{ secrets.github_token }} flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }} @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.2.3 + uses: coverallsapp/github-action@v2.3.0 with: github-token: ${{ secrets.github_token }} parallel-finished: true