Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CMB-501] Add snap packs, add outstanding missing resources #235

Merged
merged 12 commits into from
Mar 1, 2024
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
LOB_API_LIVE_KEY: ${{ secrets.LOB_API_LIVE_KEY }}
- name: Run Unit Tests
run:
rspec -P __tests__/Api/*.spec.rb --color --format doc
rspec -P __tests__/Api/*.rb --color --format doc
env:
LOB_API_TEST_KEY: ${{ secrets.LOB_API_TEST_KEY }}
LOB_API_LIVE_KEY: ${{ secrets.LOB_API_LIVE_KEY }}
Empty file modified .github/workflows/update_gem.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .openapi-generator-ignore
100644 → 100755
Empty file.
Loading
Loading