We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1555fda commit 797480eCopy full SHA for 797480e
1 file changed
.github/workflows/cd.yml
@@ -48,8 +48,10 @@ jobs:
48
ruby-version: ${{ steps.ruby-version.outputs.RUBY_VERSION }}
49
50
- name: Update flex
51
- working-directory: project-repo
52
- run: cd ${{ matrix.project.app }} && bundle update flex
+ working-directory: project-repo/${{ matrix.project.app }}
+ run: |
53
+ bundle install
54
+ bundle update flex
55
56
- name: Commit changes
57
working-directory: project-repo
0 commit comments