diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aecb28f..9c07b275 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,4 +38,9 @@ jobs: with: ruby-version: '3.3' bundler-cache: true - - run: bundle exec rake + - name: Install dependencies + run: bundle install + - name: Run tests with Coveralls + env: + COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} + run: bundle exec rake \ No newline at end of file