From: Tom Hughes Date: Fri, 3 Mar 2023 22:32:37 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/3955' X-Git-Tag: live~1822 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b8ef243f79e2d00265bea2abcb86781f6155edaf?hp=cc7e82f0e7267ac22c485cfdf21a226e6e741856 Merge remote-tracking branch 'upstream/pull/3955' --- 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