Skip to content

Commit

Permalink
Test pushing a tag in a GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Dec 18, 2023
1 parent 4ce0bc8 commit 64ea7c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ jobs:
name: coverage-unit
path: coverage.xml

- name: Test pushing a tag
run: |
echo "RUN_DATE=$(date +%Y-%m-%d)" >> $GITHUB_ENV
git tag -a -m "Testy McTesterTag" test-${{ env.RUN_DATE }}
git push origin test-${{ env.RUN_DATE }}
ci-integration:
runs-on:
group: large-runner-group
Expand Down

0 comments on commit 64ea7c2

Please sign in to comment.