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 3da119f commit da55e33Copy full SHA for da55e33
.github/workflows/task_acceptance_tests.yaml
@@ -12,7 +12,7 @@ jobs:
12
name: On ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ 'centos-7', 'ubuntu-20.04', 'rocky-8' ]
+ os: [ 'ubuntu-20.04', 'rocky-8' ]
16
17
env:
18
ruby_version: '3.1'
@@ -35,11 +35,7 @@ jobs:
35
uses: ruby/setup-ruby@v1
36
with:
37
ruby-version: ${{ env.ruby_version }}
38
-
39
- - name: Prepare testing environment with bundler
40
- run: |
41
- git config --global core.longpaths true
42
- bundle update --jobs 4 --retry 3
+ bundler-cache: true
43
44
- name: Run task acceptance tests
45
run: |
0 commit comments