Skip to content

Commit 4dd20f7

Browse files
committed
Install bundler dependencies
1 parent 2666ca1 commit 4dd20f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
sudo apt-get update
2323
sudo apt-get install -y pdk
2424
25+
- name: "Install dependencies"
26+
run: |
27+
pdk bundle install
28+
2529
- name: "Provision nodes"
2630
run: |
2731
pdk bundle exec rake "litmus:provision_list[default]"

0 commit comments

Comments
 (0)