From bbedc78fc456c7c7415637bd4c6bee2d4efbcbd7 Mon Sep 17 00:00:00 2001 From: Ed Rivas Date: Mon, 27 Nov 2023 22:45:43 +0000 Subject: [PATCH] Only run compiler tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e55102c9..3a3bd824f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: path: language - name: Run tests - run: npm run js-api-spec -- --sassSassRepo ../language --sassPackage ../build/npm + run: npm run js-api-spec -- --sassSassRepo ../language --sassPackage ../build/npm js-api-spec/compiler* working-directory: sass-spec # The versions should be kept up-to-date with the latest LTS Node releases.