Skip to content

Commit

Permalink
[tests] disable lua until issues are resolved
Browse files Browse the repository at this point in the history
I have no idea if these are the right files to change...
  • Loading branch information
Simn committed Mar 23, 2022
1 parent b164d49 commit 8027d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ test-all:
BUILD +test-jvm
BUILD +test-cs
BUILD +test-cpp
BUILD +test-lua
# BUILD +test-lua
BUILD +test-js
BUILD +test-flash

Expand Down
2 changes: 1 addition & 1 deletion extra/github-actions/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, flash9, neko]
target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, flash9, neko]
include:
- target: hl
BREW_PACKAGES: ninja
Expand Down

2 comments on commit 8027d74

@RblSb
Copy link
Member

@RblSb RblSb commented on 8027d74 Mar 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to call build.hxml in that extra/workflows folder to update .github/workflows thing.

@Simn
Copy link
Member Author

@Simn Simn commented on 8027d74 Mar 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks!

Please sign in to comment.