From 7d503a07884cf4a8c618e1e2ea986c27a7865be2 Mon Sep 17 00:00:00 2001 From: Simon Norris Date: Wed, 6 Mar 2024 14:55:37 -0800 Subject: [PATCH] remove test workflow --- .github/workflows/test.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml deleted file mode 100644 index 891f3b51..00000000 --- a/.github/workflows/test.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: test -run-name: ${{ github.actor }} test -on: - workflow_dispatch: -env: - DATABASE_URL: ${{ secrets.DATABASE_URL }} -jobs: - test: - runs-on: ubuntu-latest - environment: testing - container: ghcr.io/smnorris/bcfishpass:main - steps: - - name: Check out repository code - uses: actions/checkout@v4 - - name: Run the jobs - run: | - git config --global --add safe.directory /__w/bcfishpass/bcfishpass - git describe - \ No newline at end of file