mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Compare commits
3 commits
f8b3772bce
...
c8884c8eac
Author | SHA1 | Date | |
---|---|---|---|
|
c8884c8eac | ||
|
500c494812 | ||
|
0243efe4ba |
1 changed files with 2 additions and 2 deletions
4
.github/workflows/unit-testing.yaml
vendored
4
.github/workflows/unit-testing.yaml
vendored
|
@ -13,9 +13,9 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Luau
|
- name: Install Luau
|
||||||
uses: encodedvenom/install-luau@v4.2
|
uses: encodedvenom/install-luau@v4.3
|
||||||
with:
|
with:
|
||||||
version: '0.651'
|
version: 'latest'
|
||||||
verbose: 'true'
|
verbose: 'true'
|
||||||
|
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
|
|
Loading…
Reference in a new issue