Skip to content

Commit

Permalink
[CMB-501] fix unit test call
Browse files Browse the repository at this point in the history
  • Loading branch information
richseviora committed Feb 29, 2024
1 parent fde8280 commit 22fcade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
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 }}

0 comments on commit 22fcade

Please sign in to comment.