mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
allow deployment of test coverage
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -37,7 +37,6 @@ jobs:
|
|||||||
|
|
||||||
# Upload coverage as Pages artifact only on push to main
|
# Upload coverage as Pages artifact only on push to main
|
||||||
- name: Upload coverage html
|
- name: Upload coverage html
|
||||||
if: github.event_name == 'pull_request'
|
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./coverage
|
path: ./coverage
|
||||||
@@ -45,7 +44,6 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
deploy_coverage:
|
deploy_coverage:
|
||||||
if: github.event_name == 'pull_request'
|
|
||||||
needs: tests
|
needs: tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user