diff options
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 63c8c1b..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,18 +0,0 @@ - -name: Test - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - run: | - make docker-test |