Skip to content

Commit

Permalink
Added e2e test step
Browse files Browse the repository at this point in the history
  • Loading branch information
LordChunk committed Jan 30, 2024
1 parent 1d3bc6f commit d1dd092
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [main, develop]

jobs:
lint-vue:
vue:
defaults:
run:
working-directory: ./ui
Expand All @@ -28,6 +28,9 @@ jobs:

- name: Run unit tests
run: yarn test:unit

- name: Run e2e tests
run: yarn test:e2e

- name: Build
run: yarn build

0 comments on commit d1dd092

Please sign in to comment.