From 96adcac92b51c3dcacf6e4b56040d759f9aa2a71 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 18 May 2022 13:16:00 +0300 Subject: [PATCH] [Bugfix] Added historic tag checkout test --- .github/workflows/benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index dfef2b92..084457b1 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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