Update workflow

This commit is contained in:
space-nuko
2023-05-11 20:02:50 -05:00
parent 7adad84928
commit 544db983e9

View File

@@ -6,8 +6,8 @@ on:
- master
jobs:
build_and_publish:
name: Build
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
@@ -54,3 +54,7 @@ jobs:
run: |
pnpm build:css
pnpm build
- name: Test
run: |
pnpm test