chore(lua): local-ize some vars and fixup type defs #153
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Integration Tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- '*' | |
paths: | |
- '*.rockspec' | |
- '.github/**' | |
- 'bin/**' | |
- 'lib/**' | |
- Dockerfile | |
- 'assets/**' | |
- 'entrypoint.sh' | |
- 'scripts/**' | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
docker-test: | |
runs-on: ubuntu-latest | |
name: Docker Image Tests | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run Tests | |
run: ./scripts/test-docker-container.sh |