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 0e46149 commit 61287ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,18 @@ jobs:
plugin: 'fox.jason.prismjs'
prerequisites: fox.jason.extend.css
setup-script: 'test/setup.sh'
- name: Test
run: |
cd /tmp
git clone "${GITHUB_SERVER_URL}"/"${GITHUB_REPOSITORY}" repo
cd repo
echo "[INFO] ${PWD}"
cp /github/workspace/coverage.xml coverage.xml
- name: Publish to coveralls.io
uses: coverallsapp/[email protected]
with:
github-token: ${{ github.token }}
file: /tmp/repo/coverage.xml
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 61287ab

Please sign in to comment.