Skip to content

Commit

Permalink
ci: fix command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles authored Sep 24, 2024
1 parent 4d135d0 commit e07c38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
luarocks install luaunit
-
run: |
./cli.sh test-self --coverage
./cli.sh cli-test --coverage
-
if: (matrix.lua_version == '5.4') && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
run: |
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
unzip luau-ubuntu.zip
-
run: |
./cli.sh cli --bundler --core ${{ matrix.core }}
./cli.sh build --bundler --core ${{ matrix.core }}
./cli.sh fs-replace dist/main.lua dist/main.lua --format "function native_callback" --replace "local function _native_callback"
-
run: |
Expand Down

0 comments on commit e07c38f

Please sign in to comment.