Skip to content

Commit

Permalink
will squash before merge:
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Mar 21, 2024
1 parent 08c97de commit cde23a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

const os = require('os');
const path = require('path');

describe.only('windows test', () => {

Check failure on line 9 in projects/npm-tools/packages/npm-scripts/test/utils/webpackScssLoader.js

View workflow job for this annotation

GitHub Actions / check (16.x)

describe.only not permitted
it('returns relative path', () => {
Expand Down

0 comments on commit cde23a4

Please sign in to comment.