Skip to content

Commit

Permalink
better way, make sure all bun commands run in client tests are in cli…
Browse files Browse the repository at this point in the history
…ent dir
  • Loading branch information
christo committed Dec 18, 2024
1 parent b2b7daa commit ba7818b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
client-tests:
name: client-tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2

- run: bun install
- run: bun run build
working-directory: ./client
- run: bun test
working-directory: ./client

0 comments on commit ba7818b

Please sign in to comment.