Skip to content

Commit

Permalink
Migrate to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jul 24, 2023
1 parent 1310c29 commit de71b78
Show file tree
Hide file tree
Showing 3 changed files with 5,066 additions and 15,286 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm ci
run: yarn

- name: Information
run: npm version
Expand All @@ -39,10 +39,10 @@ jobs:
run: node src/__tests__/setup.js

- name: 'Test: linting'
run: npm run test:lint
run: yarn run test:lint

- name: 'Test: formatting'
run: npm run test:formatting
run: yarn run test:formatting
env:
CI: true

Expand All @@ -68,7 +68,7 @@ jobs:
run: yarn --frozen-lockfile --cwd src/__tests__/__apps__/with-app-dir

- name: Build test apps
run: npm run test:prepare
run: yarn run test:prepare

- name: 'Test: unit & integration tests'
run: npm test
Loading

0 comments on commit de71b78

Please sign in to comment.