Skip to content

Commit

Permalink
sparse checkout test-api
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlebl committed Apr 30, 2024
1 parent 9a7335d commit 0b8f975
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b8f975

Please sign in to comment.