From 87779ea6249216659088cd5079318f3ce6fcbadf Mon Sep 17 00:00:00 2001 From: Srinikitha Kondreddy Date: Wed, 19 Jun 2024 11:41:34 +0200 Subject: [PATCH] Delete .github/workflows/tests.yml Infrastructure tests don't work and the test for that has been failing since long time. --- .github/workflows/tests.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml deleted file mode 100644 index 5abcd66..0000000 --- a/.github/workflows/tests.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Infrastructure Tests -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Infrastructure Tests - run: | - chmod +x runTests.sh - ./runTests.sh - env: - CX_INFRA_IT_CF_USERNAME: ${{ secrets.CX_INFRA_IT_CF_USERNAME }} - CX_INFRA_IT_CF_PASSWORD: ${{ secrets.CX_INFRA_IT_CF_PASSWORD }}