Skip to content

Commit

Permalink
workflows: Add actions/checkout tag workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jul 19, 2022
1 parent 4c26515 commit e8c7f78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -27,6 +27,9 @@ jobs:
# need this to also fetch tags
fetch-depth: 0

- name: Workaround for https://github.com/actions/checkout/pull/697
run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)

- name: Run unit tests
run: |
dpkg -s podman docker || true

0 comments on commit e8c7f78

Please sign in to comment.