Skip to content

Commit

Permalink
ci: add missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
bellackn committed Jan 30, 2024
1 parent c6e3853 commit f8c6757
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Check out the codebase
uses: actions/checkout@v2
- uses: actions/checkout@v3

# we need '../' so the actual role can be tested, and '/tmp' is where dependencies will be installed
- name: Create ansible.cfg
Expand Down Expand Up @@ -64,6 +63,9 @@ jobs:
name: Build collection
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3

- name: Build collection tarball
uses: artis3n/ansible_galaxy_collection@v2
with:
Expand Down

0 comments on commit f8c6757

Please sign in to comment.