Skip to content

Commit

Permalink
build web api in e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
  • Loading branch information
BeryJu committed Jun 26, 2022
1 parent ab18b8c commit a016e51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-main.yml
Expand Up @@ -139,6 +139,7 @@ jobs:
working-directory: web
run: |
npm ci
make gen-client-web
npm run build
- name: run e2e
run: |
Expand Down Expand Up @@ -172,6 +173,7 @@ jobs:
working-directory: web/
run: |
npm ci
make gen-client-web
npm run build
- name: run e2e
run: |
Expand Down

0 comments on commit a016e51

Please sign in to comment.