Skip to content

Commit

Permalink
Update ci-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas authored Nov 12, 2024
1 parent f4e1855 commit 7c3d3a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ jobs:
cd visualCaseGen/
git fetch origin pull/${{ github.event.pull_request.number }}/head:pr-${{ github.event.pull_request.number }}
git checkout pr-${{ github.event.pull_request.number }}
git submodule update --init
- name: Checkout initial event (Push)
if: ${{ github.event_name == 'push' }}
run: |
echo "Handling push"
cd visualCaseGen/
git checkout ${{ github.sha }}
git submodule update --init
# set up conda
- uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit 7c3d3a9

Please sign in to comment.