Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Oct 22, 2023
1 parent 189caa1 commit ebd5d45
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.4.3
strategy:
max-parallel: 1
runs-on: macos-latest
steps:
- uses: docker-practice/actions-setup-docker@master
- run: |
set -x
docker version
- name: Install ODK
run: docker pull obolibrary/odklite

- name: Checkout main branch
uses: actions/checkout@v3

Expand Down

0 comments on commit ebd5d45

Please sign in to comment.