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 77fd24d commit e7af42b
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,19 @@ jobs:
run: corepack enable

- name: Install dependencies
uses: borales/actions-yarn@v4
with:
cmd: --cwd frontend install
run: yarn install
# uses: borales/actions-yarn@v4
# with:
# cmd: --cwd frontend install

- name: Build for Production
uses: borales/actions-yarn@v4
with:
cmd: --cwd frontend build
run: yarn build
# uses: borales/actions-yarn@v4
# with:
# cmd: --cwd frontend build

- name: Run Tests & Coverage
uses: borales/actions-yarn@v4
with:
cmd: --cwd frontend test
run: yarn test
# uses: borales/actions-yarn@v4
# with:
# cmd: --cwd frontend test

0 comments on commit e7af42b

Please sign in to comment.