Skip to content

Commit

Permalink
Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorKirk committed Sep 29, 2023
1 parent bc55083 commit 744ffa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/web-ui
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
- run: cd src/web-ui
- run: npm ci
- run: npm run layer0:app:build

0 comments on commit 744ffa8

Please sign in to comment.