Skip to content

Commit

Permalink
[Bugfix] Added historic tag checkout test
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed May 18, 2022
1 parent 8c65fe0 commit 96adcac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96adcac

Please sign in to comment.