Skip to content

Commit 37b2315

Browse files
authored
Merge pull request #1561 from puppetlabs/pdksync_maint-add_env_variables_to_ci
pdksync - (MAINT) - Add env variables to ci
2 parents f47bd78 + 5997021 commit 37b2315

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
bundle env
3737
echo ::endgroup::
3838
39-
- name: Run validation steps
40-
run: |
41-
bundle exec rake validate
42-
4339
- name: Setup Acceptance Test Matrix
4440
id: get-matrix
4541
run: |
@@ -56,6 +52,10 @@ jobs:
5652
fail-fast: false
5753
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
5854

55+
env:
56+
PUPPET_GEM_VERSION: '~> 7.24'
57+
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
58+
5959
steps:
6060
- name: Checkout Source
6161
uses: actions/checkout@v2

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
bundle env
3636
echo ::endgroup::
3737
38-
- name: Run validation steps
39-
run: |
40-
bundle exec rake validate
41-
4238
- name: Setup Acceptance Test Matrix
4339
id: get-matrix
4440
run: |
@@ -54,6 +50,10 @@ jobs:
5450
strategy:
5551
fail-fast: false
5652
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
53+
54+
env:
55+
PUPPET_GEM_VERSION: '~> 7.24'
56+
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
5757

5858
steps:
5959
- name: Checkout Source

0 commit comments

Comments
 (0)