Skip to content

handle foreign key contraint to prevent failure when truncating userse #93

handle foreign key contraint to prevent failure when truncating userse

handle foreign key contraint to prevent failure when truncating userse #93

Workflow file for this run

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