[Bugfix] Added historic tag checkout test

This commit is contained in:
Allan Jeremy 2022-05-18 13:16:00 +03:00
parent 8c65fe0084
commit 96adcac92b

View file

@ -42,7 +42,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
run: |
- run: |
git checkout ${{ GITHUB_SHA }}
for historicTags in $(git rev-list --tags -n 9); do
git checkout $historicTags