Skip to content

Commit

Permalink
chore(project): update CI configuration to run
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jul 28, 2023
1 parent 9ec4347 commit 57b15e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
node-version: 10
- uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.8
- run: pip install -r docs/requirements.txt
- run: yarn --frozen-lockfile --ignore-optional
- run: env PATH="$(yarn bin):$PATH" make html
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,3 @@ jobs:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile --ignore-optional
- run: ./scripts/smoke.sh

coverage:
needs: [test]
runs-on: ubuntu-latest
steps:
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit 57b15e9

Please sign in to comment.