Skip to content

Commit

Permalink
Clone in testRepo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHerreros committed Feb 1, 2024
1 parent 37375de commit e95895c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,15 @@ jobs:
bash Miniconda3-latest-Linux-x86_64.sh -b -p ${{ github.workspace }}/../miniconda/
source ./miniconda/etc/profile.d/conda.sh
conda update -n base -c defaults conda -y
# Cloning Flexutils
- name: Cloning Flexutils-Toolkit
working-directory: ${{ github.workspace }}/../
run: git clone https://github.com/I2PC/Flexutils-Toolkit.git:testRepo

# Checkout Flexutils-Toolkit to Pull Request branch if exists, by default stays in devel
- name: Conditionally checkout Flexutils-Toolkit to ${{ github.head_ref }}
working-directory: ${{ github.workspace }}/../Flexutils-Toolkit
working-directory: ${{ github.workspace }}/../testRepo
env:
BRANCH_NAME: ${{ github.head_ref }}
run: |
Expand All @@ -50,7 +55,7 @@ jobs:
# Installing Flexutils-Toolkit
- name: Install Flexutils and show log
working-directory: ${{ github.workspace }}/../Flexutils-Toolkit
working-directory: ${{ github.workspace }}/../testRepo
run: |
eval "$(${{ github.workspace }}/../miniconda/bin/conda shell.bash hook)"
conda activate
Expand Down

0 comments on commit e95895c

Please sign in to comment.