Skip to content

Commit

Permalink
Add linter check to weekly integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apainintheneck committed Feb 3, 2024
1 parent 451fc4a commit d78fbd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@ jobs:
ruby-version: '3.1'
bundler-cache: true

- run: rake lint:check
continue-on-error: true

- run: rake test:api-readall-test
continue-on-error: true

- run: rake test:branch-compare
continue-on-error: true

- run: rake test:generate-api-diff
continue-on-error: true

- run: rake test:service-diff
continue-on-error: true

0 comments on commit d78fbd0

Please sign in to comment.