From b48c1ef4ccbd94db579a0bb305521f5dfaa96cfa Mon Sep 17 00:00:00 2001 From: Eric Willhoit Date: Thu, 8 Dec 2022 12:56:09 -0600 Subject: [PATCH] chore: nuts config --- .github/workflows/test.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04639c096..f30476145 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,15 @@ jobs: secrets: inherit strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-20-8core, windows-2022-16core] + command: + - 'yarn test:nuts:deploy:metadata:manifest' + - 'yarn test:nuts:deploy:metadata:metadata-dir' + - 'yarn test:nuts:deploy:metadata:metadata' + - 'yarn test:nuts:deploy:metadata:source-dir' + - 'yarn test:nuts:deploy:metadata:test-level' + - 'yarn test:nuts:static' + - 'yarn test:nuts:tracking' fail-fast: false with: os: ${{ matrix.os }}