diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d1e74..22faa7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - name: Checkout code @@ -29,8 +29,8 @@ jobs: run: pnpm run test env: CI: true - + - name: Build project run: pnpm run build env: - CI: true \ No newline at end of file + CI: true