From c708b5a3849d6138e521ce06d35478f3c37f8c45 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 7 Oct 2023 14:53:17 -0700 Subject: [PATCH] ci: do not checkout submodules, because none exist --- .github/workflows/release-tip.yml | 3 --- .github/workflows/test.yml | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 65229f1bc..81d2b633f 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -31,9 +31,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - submodules: recursive - fetch-depth: 0 # Install Nix and use that to run our tests so our environment matches exactly. - uses: cachix/install-nix-action@v23 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b1e4c1b6..d1997dbb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,9 +27,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - submodules: recursive - fetch-depth: 0 # Install Nix and use that to run our tests so our environment matches exactly. - uses: cachix/install-nix-action@v23 @@ -50,9 +47,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - submodules: recursive - fetch-depth: 0 # Install Nix and use that to run our tests so our environment matches exactly. - uses: cachix/install-nix-action@v23 @@ -77,9 +71,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - submodules: recursive - fetch-depth: 0 + # This could be from a script if we wanted to but inlining here for now # in one place. # Using powershell so that we do not need to install WSL components. Also, @@ -130,9 +122,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - submodules: recursive - fetch-depth: 0 # Install Nix and use that to run our tests so our environment matches exactly. - uses: cachix/install-nix-action@v23