Skip to content

Commit

Permalink
fix: add workspace prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-roseberry committed Nov 8, 2024
1 parent c79f85f commit 8d168e3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Lint, test and build client
run: yarn lint && yarn test && yarn build
- name: Lint client
run: yarn client lint

- name: Test client
run: yarn client test

- name: Build client
run: yarn client build

- name: Run end-to-end tests
run: yarn e2e

0 comments on commit 8d168e3

Please sign in to comment.