From: Tom Hughes Date: Tue, 28 Feb 2023 15:16:49 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/3950' X-Git-Tag: live~2127 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1f224088b888077c4042ee06698e4c53e3a6ad37?hp=57dcf71b3d1fabe25f1d30484e3a548dc1baaadd Merge remote-tracking branch 'upstream/pull/3950' --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8da0c0479..ff1c365b3 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.1 + uses: coverallsapp/github-action@v1.2.2 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.1 + uses: coverallsapp/github-action@v1.2.2 with: github-token: ${{ secrets.github_token }} parallel-finished: true