Skip to content

Commit

Permalink
<CHORE> (fe): test
Browse files Browse the repository at this point in the history
  • Loading branch information
ha4219 committed Dec 7, 2022
1 parent 40187b8 commit 734ef90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
uses: borales/actions-yarn@v4
with:
cmd: build # will run `yarn build:prod` command
- name: Test the app
uses: borales/actions-yarn@v4
with:
cmd: test # will run `yarn test` command
# - name: Test the app
# uses: borales/actions-yarn@v4
# with:
# cmd: test # will run `yarn test` command
# - name: Set Key
# env:
# PRIVATE_KEY: ${{ secrets.AWS_PRIVATE_KEY }}
Expand Down

0 comments on commit 734ef90

Please sign in to comment.