Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
No need to build viewer anymore
The header does no longer autohide so we can skip the manual testing build

Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jul 19, 2022
commit 2b721df07dba28f5850efbde743b8d14e4b701ea
6 changes: 0 additions & 6 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ jobs:
ref: ${{ matrix.server-versions }}
path: apps/viewer

- name: npm install, build viewer in testing mode
working-directory: apps/viewer
run: |
npm ci
TESTING=true npm run build

- name: Checkout ${{ env.APP_NAME }}
uses: actions/checkout@v3
with:
Expand Down