From: Tom Hughes Date: Fri, 8 Sep 2023 16:53:42 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4237' X-Git-Tag: live~1597 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/65cb7d7b2d745ed10eaa5248dcd0e5bb834c2556?hp=aceae23c8eca7a7f1b593bc1cbe15f100e022fcb Merge remote-tracking branch 'upstream/pull/4237' --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b9dae62e..3ee6129e1 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@v2.2.2 + uses: coverallsapp/github-action@v2.2.3 with: github-token: ${{ secrets.github_token }} flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }} @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.2.2 + uses: coverallsapp/github-action@v2.2.3 with: github-token: ${{ secrets.github_token }} parallel-finished: true