Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hverhelst committed May 16, 2024
1 parent 0932a01 commit f3d8803
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ jobs:
ref: stable
path: ./gismo

- uses: actions/checkout@master
with:
repository: gismo/gsKLShell
ref: main
path: ./gismo/optional/gsKLShell

- uses: actions/checkout@master
with:
repository: gismo/gsElasticity
ref: master
path: ./gismo/optional/gsElasticity

- uses: actions/checkout@master
with:
path: ./gismo/optional/${{ github.event.repository.name }}
Expand Down

0 comments on commit f3d8803

Please sign in to comment.