Skip to content

Commit

Permalink
Update macos.yml. [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy authored Oct 31, 2023
1 parent 5d2e6ad commit ecb06ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:
build:
name: Build & Test
runs-on: macos-latest
if: "startsWith(github.ref, 'refs/tags/') || !contains(github.event.head_commit.message, '[skip CI]')"
steps:
- uses: actions/checkout@v2
- name: build-test
run: make test
run: |
brew install luarocks
luarocks install busted
make test
- name: build for luajit
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit ecb06ba

Please sign in to comment.