From 9602fdc2ba5e53563b89442e2dfd2703a0259be5 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Tue, 3 Dec 2024 16:56:03 +0900 Subject: [PATCH] Update GHA workflow Signed-off-by: Sora Morimoto --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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