Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfrosh committed Nov 25, 2023
1 parent 4f6833f commit be75e09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_lotr-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'
app_location: "/frontend"

- name: npm install for frontend
run: npm install
working-directory: frontend
with:
node-version: '18.x'
app_location: "/frontend"

- name: npm run test for frontend
run: npm run test --if-present
working-directory: frontend
with:
node-version: '18.x'
app_location: "/frontend"

- name: npm run build for frontend
run: npm run build
# working-directory: frontend
with:
node-version: '18.x'
app_location: "/frontend"
Expand Down

0 comments on commit be75e09

Please sign in to comment.