From b4beca8b4dde0bb6f312ded99e15a647c2d62f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Fr=C3=A9con?= Date: Tue, 13 Feb 2024 23:51:33 +0100 Subject: [PATCH] Remove test --- .github/workflows/test.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index c8d9cde..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: test - -on: - push: - branches: - - feature/* - -jobs: - test: - runs-on: fedora - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - filter: blob:none - - name: Test Environment - run: | - env | grep -oE '^RUNNER_[A-Z_]+=' - ps -edalf - docker ps -a