Skip to content

Commit

Permalink
Adds support for Federated Service with SERVICE keyword.
Browse files Browse the repository at this point in the history
Fixes #99.
  • Loading branch information
gkellogg committed Jul 15, 2023
1 parent 87625d2 commit 528913e
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run tests
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2
if: ${{ matrix.ruby == '3.0' && matrix.gemfile == 'Gemfile' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 528913e

Please sign in to comment.