Skip to content

Commit

Permalink
made outdated check to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 8, 2024
1 parent 182a95d commit 35f14f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: xero-ruby

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

- name: Check Vulnerable Packages
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 35f14f1

Please sign in to comment.