diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ec87bc7..10a07c49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -62,4 +62,4 @@ jobs: yarn build - name: Run tests run: | - yarn test:ci + yarn test