Skip to content

Commit

Permalink
Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Nov 13, 2023
1 parent 584722c commit cff2d3a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ jobs:
build:
runs-on: ubuntu-latest

defaults:
run:
working-directory: korp-frontend

strategy:
matrix:
# Having "" here enables the `node-version-file` option
Expand All @@ -36,11 +32,14 @@ jobs:
node-version-file: .nvmrc

- name: Install dependencies
working-directory: korp-frontend
run: yarn install

- name: Link config
working-directory: korp-frontend
run: |
echo '{"configDir": "../korp-frontend-sb/app"}' > run_config.json
- name: Build
working-directory: korp-frontend
run: yarn build

0 comments on commit cff2d3a

Please sign in to comment.