Skip to content

Commit

Permalink
ci: Pull repo before running Docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Jun 13, 2024
1 parent 410b184 commit 0bae9b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ jobs:
- name: "Set up Docker Buildx"
uses: docker/setup-buildx-action@v3

- name: "Check out NIPAP repository"
uses: actions/checkout@v2

- name: "Hadolint nipapd"
uses: hadolint/[email protected]
with:
Expand Down

0 comments on commit 0bae9b5

Please sign in to comment.