From 1de13fea6650c100f2b0d16d7d5fa6e6fe420bf3 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Tue, 6 Jun 2023 12:12:29 -0700 Subject: [PATCH] using spinoff-test-core instead of spinoff-test-empty --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40feb161..8ae3d1c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,9 +55,9 @@ jobs: python-version: '3.11' - name: Install dependencies run: tools/pcommand install_pip_reqs - - name: Build spinoff project with no featuresets - run: make spinoff-test-empty - - name: Build spinoff project with only base featureset + - name: Build spinoff project with only core featureset + run: make spinoff-test-core + - name: Build spinoff project with core and base featuresets run: make spinoff-test-base # Most of our toolset doesn't work on raw Windows without WSL set up,