Added historic tag checkout test

This commit is contained in:
Allan Jeremy 2022-05-18 13:14:57 +03:00
parent 6dcdf794d7
commit 8c65fe0084

View file

@ -42,6 +42,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
run: |
git checkout ${{ GITHUB_SHA }}
for historicTags in $(git rev-list --tags -n 9); do
git checkout $historicTags
echo "Checking out $historicTags"
git pull
done
- name: Build Luau
run: make config=release luau luau-analyze