Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 57b15e9

Browse files
committed
chore(project): update CI configuration to run
1 parent 9ec4347 commit 57b15e9

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
node-version: 10
1111
- uses: actions/setup-python@v2
1212
with:
13-
python-version: 3.6
13+
python-version: 3.8
1414
- run: pip install -r docs/requirements.txt
1515
- run: yarn --frozen-lockfile --ignore-optional
1616
- run: env PATH="$(yarn bin):$PATH" make html

.github/workflows/test.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,3 @@ jobs:
3131
- uses: actions/checkout@v2
3232
- run: yarn install --frozen-lockfile --ignore-optional
3333
- run: ./scripts/smoke.sh
34-
35-
coverage:
36-
needs: [test]
37-
runs-on: ubuntu-latest
38-
steps:
39-
- uses: coverallsapp/github-action@master
40-
with:
41-
github-token: ${{ secrets.github_token }}
42-
parallel-finished: true

0 commit comments

Comments
 (0)