Skip to content

Commit

Permalink
GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Jan 5, 2024
1 parent 94b8a02 commit 77fd24d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
- 'frontend/**'
workflow_dispatch:

# defaults:
# run:
# working-directory: ./frontend
defaults:
run:
working-directory: ./frontend

jobs:
build:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
uses: borales/actions-yarn@v4
with:
cmd: install
cmd: --cwd frontend install

- name: Build for Production
uses: borales/actions-yarn@v4
Expand All @@ -41,4 +41,4 @@ jobs:
- name: Run Tests & Coverage
uses: borales/actions-yarn@v4
with:
cmd: test
cmd: --cwd frontend test

0 comments on commit 77fd24d

Please sign in to comment.