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 7e73615 commit 6bf8ee9Copy full SHA for 6bf8ee9
1 file changed
.github/workflows/ci.yml
@@ -32,14 +32,13 @@ 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:
41
ruby-version: 3.4.2
42
bundler-cache: true
+ env:
+ BUNDLE_GEMS__CONTRIBSYS__COM: ${{ secrets.BUNDLE_GEMS__CONTRIBSYS__COM }}
43
44
- name: Set up Python
45
uses: actions/setup-python@v4
@@ -48,6 +47,8 @@ jobs:
48
47
49
- name: Install dependencies
50
run: bundle install --jobs 4 --retry 3
51
52
53
- name: Set up database.yml
54
run: cp config/database.travis.yml config/database.yml
0 commit comments