Skip to content

Commit

Permalink
(maint) - run ci with puppet 8 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Feb 2, 2024
1 parent 007297e commit 924f1b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
if: runner.os == 'Linux'
run: |
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & echo ">>> Started xvfb";
wget https://apt.puppetlabs.com/puppet6-release-trusty.deb;
sudo dpkg -i puppet6-release-trusty.deb;
wget https://apt.puppetlabs.com/puppet8-release-jammy.deb;
sudo dpkg -i puppet8-release-jammy.deb;
sudo apt-get update -y;
sudo apt-get install pdk -y;
pdk --version;
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vscode-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
if: runner.os == 'Linux'
run: |
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & echo ">>> Started xvfb";
wget https://apt.puppetlabs.com/puppet6-release-trusty.deb;
sudo dpkg -i puppet6-release-trusty.deb;
wget https://apt.puppetlabs.com/puppet8-release-jammy.deb;
sudo dpkg -i puppet8-release-jammy.deb;
sudo apt-get update -y;
sudo apt-get install pdk -y;
pdk --version;
Expand Down

0 comments on commit 924f1b4

Please sign in to comment.