Disable CI test task for now

pull/1/head
J M Rossy 2 years ago
parent cbb17931b7
commit af4785b1e1
  1. 22
      .github/workflows/ci.yml

@ -85,15 +85,15 @@ jobs:
- name: lint
run: yarn run lint
test:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ./*
key: ${{ github.sha }}
# test:
# runs-on: ubuntu-latest
# needs: [build]
# steps:
# - uses: actions/checkout@v2
# - uses: actions/cache@v2
# with:
# path: ./*
# key: ${{ github.sha }}
- name: test
run: yarn run test
# - name: test
# run: yarn run test

Loading…
Cancel
Save