Skip to content

Commit

Permalink
add working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben0189 committed Sep 29, 2024
1 parent 05502d8 commit 2a97067
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-test-webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: ./blotztask-ui

- name: Build Next.js app
run: npm run build
working-directory: ./blotztask-ui

- name: Run tests
run: npm run test
working-directory: ./blotztask-ui


- name: Lint the code
run: npm run lint
run: npm run lint
working-directory: ./blotztask-ui

0 comments on commit 2a97067

Please sign in to comment.