From 5fbad1d6e5b1145cf1f97134d7c0c35487e04d8b Mon Sep 17 00:00:00 2001 From: Kalana Dananjaya Wijethunga <31897588+KalanaDananjaya@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:05:12 +0200 Subject: [PATCH] point to jalien test repo --- .github/workflows/verify-containers.yaml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/verify-containers.yaml b/.github/workflows/verify-containers.yaml index 7a05885..d6e734e 100644 --- a/.github/workflows/verify-containers.yaml +++ b/.github/workflows/verify-containers.yaml @@ -4,21 +4,7 @@ on: branches: - main workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: true - default: 'information' - type: choice - options: - - information - - debug - - warning - - critical - tags: - description: 'Purpose of Run This Workflow?' - required: false - type: string + jobs: test-jalien-setup: runs-on: ubuntu-latest @@ -67,7 +53,7 @@ jobs: run: | cd ${{ github.workspace }} cd .. - git clone https://github.com/FYP-Jalien/test-suite + git clone https://gitlab.cern.ch/jalien/test-suite - name: Create .env for test-suite run: | cd ${{ github.workspace }}