Update prototyping.yml

This commit is contained in:
Arseny Kapoulkine 2022-02-18 09:49:42 -08:00 committed by GitHub
parent 2a2463f6e2
commit f1ea63a6de
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ jobs:
working-directory: prototyping working-directory: prototyping
run: | run: |
mkdir test-failures mkdir test-failures
python tests -l ../build/luau-ast --write-diff-failures --diff-failure-location test-failures/ python tests.py -l ../build/luau-ast --write-diff-failures --diff-failure-location test-failures/
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
if: failure() if: failure()
with: with: