Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Sep 9, 2023
1 parent 6a1fbf4 commit 0d8125a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
run: bundle install -j$(nproc) --retry 3
- run: bundle exec rspec
timeout-minutes: 1
- name: Check if there are changes
id: changes
uses: UnicornGlobal/has-changes-action@v1.0.11
- name: Process changes
if: steps.changes.outputs.changed == 1
run: exit 1
- name: Upload coverage reports
uses: codecov/codecov-action@v3
if: matrix.coverage == 'coverage'
Expand Down

0 comments on commit 0d8125a

Please sign in to comment.