Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Jan 19, 2023
1 parent 28a090c commit 3887ce5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@ jobs:
- head
runs-on:
- ubuntu-latest
scorpio_api_description_format:
- rest_description
- openapi2
- openapi3

runs-on: ${{ matrix.runs-on }}

env:
SCORPIO_API_DESCRIPTION_FORMAT: ${{ matrix.scorpio_api_description_format }}

steps:

- uses: actions/checkout@v2
Expand All @@ -35,13 +28,13 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true

- run: bundle exec rake test
- run: bundle exec rake test:each_format

- name: Report to Coveralls
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.github_token }}
flag-name: "test format: ${{ matrix.scorpio_api_description_format }} ruby: ${{ matrix.ruby-version }} os: ${{ matrix.runs-on }}"
flag-name: "ruby: ${{ matrix.ruby-version }} os: ${{ matrix.runs-on }}"
parallel: true

finish:
Expand Down

0 comments on commit 3887ce5

Please sign in to comment.