diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 359742f..628d50b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 }}