Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
path: apps/viewer

- name: Checkout assistant
if: matrix.server-versions == 'main'
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
TESTING=true npm run build --if-present

- name: Install node dependencies & build assistant app
if: matrix.server-versions == 'main'
working-directory: apps/assistant
run: |
composer install --no-dev
Expand Down
Loading