Skip to content

Commit

Permalink
I wish GH actions were easier to test
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Oct 2, 2024
1 parent 4e52be2 commit 0c0252c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
fetch-depth: 50
fetch-tags: true
show-progress: true
with:
fetch-depth: 50
fetch-tags: true
show-progress: true

- name: Check go mod tidy is up to date
run: go mod tidy && git diff --exit-code
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
fetch-depth: 50
fetch-tags: true
show-progress: true
with:
fetch-depth: 50
fetch-tags: true
show-progress: true

- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand Down

0 comments on commit 0c0252c

Please sign in to comment.