Skip to content

Commit

Permalink
Disable testing in action
Browse files Browse the repository at this point in the history
  • Loading branch information
JennieJi committed May 25, 2020
1 parent 48a2278 commit a362a81
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
run: yarn install --frozen-lockfile
- name: linting
run: yarn lint

test:
runs-on: ubuntu-latest
needs: lint
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test
run: yarn test
# test:
# runs-on: ubuntu-latest
# needs: lint
# steps:
# - uses: actions/checkout@v1
# - name: Install dependencies
# run: yarn install --frozen-lockfile
# - name: Test
# run: yarn test

0 comments on commit a362a81

Please sign in to comment.