Skip to content

Commit

Permalink
feat(contentDeploy): install repo if latest app image fails
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Jan 12, 2024
1 parent 537b2b2 commit d5a9dcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
run: npx playwright install --with-deps chromium

- run: ./docker.sh --appFromImage && mv ./a2j-app/* ./
continue-on-error: true
- if: failure()
run: npm ci

- name: Run Playwright e2e tests
env:
GERICHTSFINDER_ENCRYPTION_KEY: "${{ secrets.GERICHTSFINDER_ENCRYPTION_KEY }}"
Expand Down

0 comments on commit d5a9dcb

Please sign in to comment.