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 e6c3022 + b35d8a8 commit 2381e4fCopy full SHA for 2381e4f
1 file changed
.github/workflows/cypress-e2e.yml
@@ -48,6 +48,7 @@ jobs:
48
path: apps/viewer
49
50
- name: Checkout assistant
51
+ if: matrix.server-versions == 'main'
52
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
53
with:
54
persist-credentials: false
@@ -85,6 +86,7 @@ jobs:
85
86
TESTING=true npm run build --if-present
87
88
- name: Install node dependencies & build assistant app
89
90
working-directory: apps/assistant
91
run: |
92
composer install --no-dev
0 commit comments