Skip to content

Commit

Permalink
Use viewer in testing mode
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Mar 8, 2021
1 parent 48118f1 commit 23555d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ jobs:
ref: ${{ matrix.server-versions }}
path: apps/viewer

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: npm install, build
working-directory: apps/viewer
run: |
npm ci
TESTING=true npm run build --if-present
- name: Checkout ${{ env.APP_NAME }}
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 23555d7

Please sign in to comment.