Ver código fonte

Update coverallsapp/github-action to v2 and fix the option

Akinori MUSHA 10 meses atrás
pai
commit
e914cea961
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3 2
      .github/workflows/ci.yml

+ 3 - 2
.github/workflows/ci.yml

@@ -69,8 +69,9 @@ jobs:
         run: bundle exec rake
 
       - name: Coveralls
-        uses: coverallsapp/github-action@v1
-        fail-on-error: false
+        uses: coverallsapp/github-action@v2
+        with:
+          fail-on-error: false
 
   ghcr-build-docker-images:
     name: ghcr-docker-build-${{ matrix.docker_image }}