Skip to content

Commit

Permalink
point to jalien test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaDananjaya authored Apr 29, 2024
1 parent f564f87 commit 5fbad1d
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/verify-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 5fbad1d

Please sign in to comment.