Skip to content

Commit

Permalink
test after build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Feb 5, 2024
1 parent 0895e1d commit eeabc78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:
- name: Typecheck
run: pnpm run types:check

- name: Test
run: pnpm run test

- name: Build app
run: pnpm run build
env:
NUXT_PUBLIC_APP_BASE_URL: "http://localhost:3000"
NUXT_PUBLIC_REDMINE_ID: "${{ vars.NUXT_PUBLIC_REDMINE_ID }}"

- name: Test
run: pnpm run test

- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit eeabc78

Please sign in to comment.