transfer labels from the rockspec into the newly created module #188 #98
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: "spec" | |
on: [push] | |
jobs: | |
docker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: build | |
run: | | |
docker build -f Dockerfile.test -t luarocks-test . | |
- name: test | |
run: | | |
docker run luarocks-test |