diff --git a/.github/workflows/build.yml b/.github/workflows/build-and-test.yml similarity index 92% rename from .github/workflows/build.yml rename to .github/workflows/build-and-test.yml index 69948ab..2be0945 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build-and-test.yml @@ -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