Skip to content

Commit

Permalink
Use github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwjackson committed Apr 22, 2021
1 parent d079505 commit 73a80e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gem-workflow.yml
Expand Up @@ -37,9 +37,11 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: rspec and report to coveralls
env:
COVERALLS_REPO_TOKEN: ${{ github.event_name == 'push' && secrets.COVERALLS_REPO_TOKEN }}
run: bundle exec rspec --order rand
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
publish:
runs-on: ubuntu-latest
needs: ['rubocop', 'rspec']
Expand Down

0 comments on commit 73a80e3

Please sign in to comment.