Skip to content

Commit

Permalink
reordered build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 8, 2024
1 parent 02a51f3 commit 56e6b7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
run: bundle install
working-directory: xero-ruby

- name: Check Outdated Packages
run: bundle outdated || true
working-directory: xero-ruby

- name: Check Vulnerable Packages
run: bundle audit
working-directory: xero-ruby

- name: Check Outdated Packages
run: bundle outdated || true
working-directory: xero-ruby

- name: Compile Build
run: find . -name "*.rb" | xargs -n 1 ruby -c > /dev/null 2>&1 || exit 1
working-directory: xero-ruby
Expand Down

0 comments on commit 56e6b7e

Please sign in to comment.