|
|
@ -11,9 +11,9 @@ jobs:
|
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
if: github.repository == 'freeCodeCamp/devdocs'
|
|
|
|
if: github.repository == 'freeCodeCamp/devdocs'
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2.6.0
|
|
|
|
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
|
|
|
|
- name: Set up Ruby
|
|
|
|
- name: Set up Ruby
|
|
|
|
uses: ruby/setup-ruby@e6689b4deb1cb2062ea45315001f687c0b52111b # v1.144.1
|
|
|
|
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 # v1.144.2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
|
|
|
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
|
|
|
- name: Run tests
|
|
|
|
- name: Run tests
|
|
|
|