Skip to content

Commit 797480e

Browse files
committed
Run bundle install first
1 parent 1555fda commit 797480e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ jobs:
4848
ruby-version: ${{ steps.ruby-version.outputs.RUBY_VERSION }}
4949

5050
- name: Update flex
51-
working-directory: project-repo
52-
run: cd ${{ matrix.project.app }} && bundle update flex
51+
working-directory: project-repo/${{ matrix.project.app }}
52+
run: |
53+
bundle install
54+
bundle update flex
5355
5456
- name: Commit changes
5557
working-directory: project-repo

0 commit comments

Comments
 (0)