diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ea0dcde..bbe351b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,11 +28,11 @@ jobs: - name: Install Dependencies run: pnpm install - - name: Lint Source Files - run: pnpm run lint - - name: Verify Build run: pnpm run build + - name: Lint Source Files + run: pnpm run lint + - name: Run Tests run: pnpm run test