X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b935cd6fef56934c432bdce4c78a1c64b60755d1..ba87362e7fe237c00df01967e02d182c15039f5d:/.github/workflows/tests.yml?ds=sidebyside diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5c9efa11..25722c1f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: - name: Run javascript tests run: bundle exec teaspoon - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.3.2 + uses: coverallsapp/github-action@v2.3.4 with: github-token: ${{ secrets.github_token }} flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }} @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Report completion to Coveralls - uses: coverallsapp/github-action@v2.3.2 + uses: coverallsapp/github-action@v2.3.4 with: github-token: ${{ secrets.github_token }} parallel-finished: true