Skip to content

Commit

Permalink
chore(#9097): load docker images for external contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen authored Aug 19, 2024
1 parent c29927f commit f784c0d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,17 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/checkout@v4

- name: Download docker images artifacts
uses: actions/download-artifact@v4
with:
name: cht-images
path: images/
if: ${{ !env.INTERNAL_CONTRIBUTOR }}
- name: Load docker images
run: ls -1 *.tar | xargs --no-run-if-empty -L 1 docker load -i
working-directory: images/
if: ${{ !env.INTERNAL_CONTRIBUTOR }}

- run: mkdir tests/logs
- run: python -m pip install git+https://github.com/medic/pyxform.git@medic-conf-1.17#egg=pyxform-medic
- run: npm install -g cht-conf
Expand Down

0 comments on commit f784c0d

Please sign in to comment.