From e505d8c519e2106cb8538ec718c3f36f1ba7df7b Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Thu, 26 Jan 2023 16:30:54 +0100 Subject: [PATCH 1/2] fix(ci): make the ci isoprod by removing fetch-depth --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3670b52..1ea31ae7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,6 @@ jobs: runs-on: "ubuntu-latest" steps: - uses: "actions/checkout@v3" - with: - fetch-depth: 0 - run: sudo apt-get install -y valgrind - uses: pnpm/action-setup@v2.2.2 with: @@ -20,14 +18,12 @@ jobs: cache: "pnpm" node-version-file: ".nvmrc" - run: pnpm install --frozen-lockfile --prefer-offline - - run: pnpm moon check --all + - run: pnpm moon run :format :lint :typecheck :build :test codspeed: runs-on: "ubuntu-latest" steps: - uses: "actions/checkout@v3" - with: - fetch-depth: 0 - run: sudo apt-get install -y valgrind - uses: pnpm/action-setup@v2.2.2 with: From e8f7b4320ee8c4442ab050bd2375457813a64c77 Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Tue, 14 Feb 2023 17:00:14 +0100 Subject: [PATCH 2/2] wip --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ea31ae7..0963dc5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,9 @@ jobs: cache: "pnpm" node-version-file: ".nvmrc" - run: pnpm install --frozen-lockfile --prefer-offline + - name: Tmate Session + uses: mxschmitt/action-tmate@v3 + timeout-minutes: 15 - run: pnpm moon run :format :lint :typecheck :build :test codspeed: