Skip to content

Commit

Permalink
Install bundler dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Jan 28, 2025
1 parent 2666ca1 commit 4dd20f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y pdk
- name: "Install dependencies"
run: |
pdk bundle install
- name: "Provision nodes"
run: |
pdk bundle exec rake "litmus:provision_list[default]"
Expand Down

0 comments on commit 4dd20f7

Please sign in to comment.