We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef48ee commit ffaef5aCopy full SHA for ffaef5a
.github/workflows/build.yaml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4
28
- name: Install Gems
29
- run: bundle install
+ run: rbenv init & bundle install
30
- name: Build framework
31
env:
32
DESTINATION: platform=${{ matrix.destination }}
.github/workflows/test.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Run tests
0 commit comments