Skip to content

Commit

Permalink
find /etc/skel
Browse files Browse the repository at this point in the history
  • Loading branch information
danielparks committed Feb 16, 2024
1 parent edb6a93 commit 9740913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- run: find /etc/skel
- uses: actions/checkout@v3
- name: Install Puppet
run: |
Expand All @@ -39,5 +40,6 @@ jobs:
run: sudo -E /opt/puppetlabs/bin/puppet module install pkg/*.tar.gz
- name: Install PDK dependencies
run: sudo -E pdk bundle install
- run: find /etc/skel
- name: Run acceptance tests
run: sudo -E pdk bundle exec rake litmus:acceptance:localhost

0 comments on commit 9740913

Please sign in to comment.