Skip to content

Commit

Permalink
sigh fix missing |
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Feb 17, 2022
1 parent 2a141d2 commit dfd606f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ jobs:
run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > $CCTR
chmod +x $CCTR
$CCTR before-build
- run: bin/yarn
- run: bin/rails webpacker:compile
- run: bundle exec rake db:setup
- run: bundle exec rake db:migrate
- name: Run ${{ matrix.suite }}
run:
run: |
bundle exec ${{ matrix.suite }}
$CCTR format-coverage --output coverage/codeclimate.${{ matrix.suite }}.json --input-type simplecov
$CCTR format-coverage -o coverage/codeclimate.${{ matrix.suite }}.json -t simplecov
- name: CodeCov Coverage
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit dfd606f

Please sign in to comment.