diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca7b0c6fc..e40e66eae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: permissions: read-all jobs: - build: + build-and-test: permissions: attestations: write contents: write @@ -32,7 +32,9 @@ jobs: - run: corepack enable - name: Install dependencies - run: make deps + run: | + yarn install --immutable + opam install . --deps-only --with-test - name: Run Biome checks run: yarn lint