Skip to content

Commit

Permalink
ci: move working-directory to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthyyy authored May 13, 2024
1 parent 258b990 commit 9800e3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nextjs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "./packages/insea-connect-ui"
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand All @@ -27,3 +24,4 @@ jobs:
cache-dependency-path: '**/package-lock.json'
cache: 'npm'
- run: npm run build --if-present
working-directory: "./packages/insea-connect-ui"

0 comments on commit 9800e3b

Please sign in to comment.