Skip to content

Commit

Permalink
added new test components without sample unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
prishavall committed Jan 17, 2024
1 parent c52fd0d commit 5bc1fa2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
run: pnpm run lint
working-directory: ./frontend

build:
name: Build
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install pnpm
run: npm install -g pnpm
working-directory: ./frontend
Expand All @@ -40,9 +40,8 @@ jobs:
run: pnpm install --frozen-lockfile
working-directory: ./frontend

- name: Build
run: pnpm build
env:
REACT_APP_CAPTCHA_SITE_KEY: ${{ secrets.REACT_APP_CAPTCHA_SITE_KEY }}
REACT_APP_FEEDBACK_EMAIL: ${{ secrets.REACT_APP_FEEDBACK_EMAIL }}
- name: Test
run: echo "pnpm run test should be here"
working-directory: ./frontend


0 comments on commit 5bc1fa2

Please sign in to comment.