mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-12 07:00:35 +00:00
chore(actions): fix test job using wrong script
This commit is contained in:
parent
c5893956d8
commit
0cb3c79df4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -52,6 +52,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pesde install
|
||||
|
||||
- name: Setup lune typedefs
|
||||
run: lune setup
|
||||
|
||||
- name: Typecheck
|
||||
run: lune run typecheck
|
||||
|
||||
|
@ -75,8 +78,5 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pesde install
|
||||
|
||||
- name: Setup lune typedefs
|
||||
run: lune setup
|
||||
|
||||
- name: Run tests
|
||||
run: lune run tests
|
||||
run: lune run test
|
||||
|
|
Loading…
Reference in a new issue