From 72c64b9c28ce14fe6b42ef76cbfae770936a6d06 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 28 May 2023 15:13:28 +0200 Subject: Move to buildkite/dockerhub --- .github/workflows/test.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/test.yml (limited to '.github/workflows/test.yml') 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 -- cgit v1.2.3