Skip to content

Commit

Permalink
Merge pull request puppetlabs#2419 from beechtom/bug/apply-failures
Browse files Browse the repository at this point in the history
(maint) Fix broken apply integration tests
  • Loading branch information
lucywyman committed Dec 4, 2020
2 parents 0033501 + 0a861ab commit fddcdd7
Show file tree
Hide file tree
Showing 10 changed files with 414 additions and 457 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ jobs:
- name: Install gems
if: steps.cache.outputs.cache-hit != 'true'
run: bundle install --jobs 4 --retry 3
- name: Update gems
if: steps.cache.outputs.cache-hit == 'true'
run: bundle update
- name: Generate docs
run: bundle exec rake docs:all
6 changes: 6 additions & 0 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Install gems
if: steps.cache.outputs.cache-hit != 'true'
run: bundle install --jobs 4 --retry 3
- name: Update gems
if: steps.cache.outputs.cache-hit == 'true'
run: bundle update
- name: Pre-test setup
run: |
echo 'runner:runner' | sudo chpasswd
Expand Down Expand Up @@ -72,6 +75,9 @@ jobs:
- name: Install gems
if: steps.cache.outputs.cache-hit != 'true'
run: bundle install --jobs 4 --retry 3
- name: Update gems
if: steps.cache.outputs.cache-hit == 'true'
run: bundle update
- name: Pre-test setup
run: |
docker-compose -f spec/docker-compose.yml build --parallel
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Install gems
if: steps.cache.outputs.cache-hit != 'true'
run: bundle install --jobs 4 --retry 3
- name: Update gems
if: steps.cache.outputs.cache-hit == 'true'
run: bundle update
- name: Run module tests
run: bundle exec rake ci:modules

Expand Down Expand Up @@ -64,5 +67,8 @@ jobs:
- name: Install gems
if: steps.cache.outputs.cache-hit != 'true'
run: bundle install --jobs 4 --retry 3
- name: Update gems
if: steps.cache.outputs.cache-hit == 'true'
run: bundle update
- name: Run module tests
run: bundle exec rake ci:modules
3 changes: 3 additions & 0 deletions .github/workflows/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Install gems
if: steps.cache.outputs.cache-hit != 'true'
run: bundle install --jobs 4 --retry 3
- name: Update gems
if: steps.cache.outputs.cache-hit == 'true'
run: bundle update
- name: Generate schemas
run: bundle exec rake schemas:all
- name: Compare changes
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Install gems
if: steps.cache.outputs.cache-hit != 'true'
run: bundle install --jobs 4 --retry 3
- name: Update gems
if: steps.cache.outputs.cache-hit == 'true'
run: bundle update
- name: Cache modules
id: modules
uses: actions/cache@v1
Expand Down Expand Up @@ -87,6 +90,9 @@ jobs:
- name: Install gems
if: steps.cache.outputs.cache-hit != 'true'
run: bundle install --jobs 4 --retry 3
- name: Update gems
if: steps.cache.outputs.cache-hit == 'true'
run: bundle update
- name: Cache modules
id: modules