mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 03:05:19 -04:00
Add test mode (#898)
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
e4210ae568
commit
dfc2524bd7
6 changed files with 26 additions and 9 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -40,4 +40,4 @@ jobs:
|
|||
- name: Test Project
|
||||
run: yarn test
|
||||
- name: Build project
|
||||
run: yarn build
|
||||
run: yarn build:production
|
||||
|
|
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
node-version: 14
|
||||
|
||||
- run: yarn install --frozen-lockfile --prefer-offline
|
||||
- run: yarn build
|
||||
- run: yarn build:test
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: build
|
||||
|
@ -64,7 +64,7 @@ jobs:
|
|||
- uses: cypress-io/github-action@v2
|
||||
with:
|
||||
browser: ${{ matrix.browser }}
|
||||
start: 'yarn build:serve'
|
||||
start: 'yarn serve:build'
|
||||
- uses: actions/upload-artifact@master
|
||||
if: always()
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue