Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix: replace test:ci with test script on yarn ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fox1t committed Feb 17, 2020
1 parent 8015eae commit 251f4c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
# - os: windows-latest
# node-version: 13.x
steps:
- run: git config --global core.autocrlf false
- run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
# - os: windows-latest
# node-version: 13.x
steps:
- run: git config --global core.autocrlf false
- run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
Expand All @@ -62,4 +62,4 @@ jobs:
yarn build
- name: Run tests
run: |
yarn test:ci
yarn test

0 comments on commit 251f4c7

Please sign in to comment.