We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 898ab8a + 2743164 commit a96068cCopy full SHA for a96068c
1 file changed
.github/workflows/cypress-e2e.yml
@@ -46,6 +46,7 @@ jobs:
46
path: apps/viewer
47
48
- name: Checkout assistant
49
+ if: matrix.server-versions == 'main'
50
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
51
with:
52
persist-credentials: false
@@ -83,6 +84,7 @@ jobs:
83
84
TESTING=true npm run build --if-present
85
86
- name: Install node dependencies & build assistant app
87
88
working-directory: apps/assistant
89
run: |
90
composer install --no-dev
0 commit comments