Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Aug 24, 2023
1 parent 48a873c commit ef5de52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,11 @@ jobs:
plugin: 'fox.jason.prismjs'
prerequisites: fox.jason.extend.css
setup-script: 'test/setup.sh'
- name: Clone source
run: |
cd /github/workspace
git clone "${GITHUB_SERVER_URL}"/"${GITHUB_REPOSITORY}" repo
- name: Publish to coveralls.io
uses: coverallsapp/[email protected]
with:
github-token: ${{ github.token }}
file: /github/workspace/coverage.xml
file: coverage.xml
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit ef5de52

Please sign in to comment.