From 0b8f9750624de1b260fcabeb1c1cd029df2b7165 Mon Sep 17 00:00:00 2001 From: tomlebl Date: Tue, 30 Apr 2024 15:25:29 +0100 Subject: [PATCH] sparse checkout test-api --- .github/workflows/test-api.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-api.yml b/.github/workflows/test-api.yml index 8506db5..6ebc238 100644 --- a/.github/workflows/test-api.yml +++ b/.github/workflows/test-api.yml @@ -30,8 +30,10 @@ jobs: COLLECTION_DOWNLOAD_TIMEOUT: 900000 runs-on: ubuntu-latest steps: - - name: Checkout + - name: Get Code uses: actions/checkout@v4 + with: + sparse-checkout: nomad-rest-api - name: Install dependencies working-directory: nomad-rest-api run: npm ci