Skip to content

Commit

Permalink
Install dependencies (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhautikpip authored Mar 29, 2021
1 parent c39160d commit 0b7e5bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
env:
TEST_DISTRIBUTION: true

- name: Install dependencies
run: bundle install
env:
TEST_DISTRIBUTION: true

- name: Run distribution test
id: distribution-availability
run: bundle exec rake test_distribution
Expand Down

0 comments on commit 0b7e5bc

Please sign in to comment.