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 2387147 commit 7e73615Copy full SHA for 7e73615
1 file changed
.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32
steps:
33
- uses: actions/checkout@v3
34
35
+ - name: Configure bundler for private gems
36
+ run: bundle config gems.contribsys.com ${{ secrets.BUNDLE_GEMS__CONTRIBSYS__COM }}
37
+
38
- name: Set up Ruby
39
uses: ruby/setup-ruby@v1
40
with:
@@ -43,9 +46,6 @@ jobs:
43
46
44
47
python-version: 3.11
45
48
- - name: Configure bundler for private gems
- run: bundle config gems.contribsys.com ${{ secrets.BUNDLE_GEMS__CONTRIBSYS__COM }}
-
49
- name: Install dependencies
50
run: bundle install --jobs 4 --retry 3
51
0 commit comments