Skip to content

Commit

Permalink
Updated ecwam regression tests to account for inclusion of bundle in …
Browse files Browse the repository at this point in the history
…main repo
  • Loading branch information
awnawab committed Aug 9, 2023
1 parent 244efc0 commit c0446c5
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/regression_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,11 @@ jobs:
ref: develop

- name: Clone ECWAM
run: |
mkdir ${{ github.workspace }}/ecwam
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
cat << 'EOF' > ~/.ssh/known_hosts
${{ secrets.BITBUCKET_HOSTKEY }}
EOF
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.ECWAM_REPOSITORY_SSH_KEY }}'
git clone --branch naan-phys-gpu ssh://[email protected]/~nawd/ecwam-bundle.git ${{ github.workspace }}/ecwam
uses: actions/checkout@v3
with:
repository: ecmwf-ifs/ecwam
path: ecwam
ref: naan-phys-gpu

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit c0446c5

Please sign in to comment.