diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index bb92de0c5..72ac97f73 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -26,28 +26,6 @@ env: yarn-cache-path: .yarn jobs: - test: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [16.x] - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: Use or update Yarn cache - uses: actions/cache@v2 - with: - path: ${{ env.yarn-cache-path }} - key: ${{ runner.os }}-${{ env.yarn-cache-name }}-${{ hashFiles('**/yarn.lock') }} - - run: yarn --cache-folder=${{ env.yarn-cache-path }} --frozen-lockfile - - run: yarn --cache-folder=${{ env.yarn-cache-path }} build - - run: yarn --cache-folder=${{ env.yarn-cache-path }} test - test-windows: runs-on: windows-latest diff --git a/projects/npm-tools/packages/npm-scripts/test/utils/webpackScssLoader.js b/projects/npm-tools/packages/npm-scripts/test/utils/webpackScssLoader.js index 39ec289a4..a48e98f83 100644 --- a/projects/npm-tools/packages/npm-scripts/test/utils/webpackScssLoader.js +++ b/projects/npm-tools/packages/npm-scripts/test/utils/webpackScssLoader.js @@ -4,6 +4,7 @@ */ const os = require('os'); +const path = require('path'); describe.only('windows test', () => { it('returns relative path', () => {