mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
[Bugfix] Added historic tag checkout test
This commit is contained in:
parent
8c65fe0084
commit
96adcac92b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue