mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update prototyping.yml
This commit is contained in:
parent
2a2463f6e2
commit
f1ea63a6de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prototyping.yml
vendored
2
.github/workflows/prototyping.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue