+10
-1
@@ -88,4 +88,13 @@ jobs:
|
||||
- name: Test package installation
|
||||
run: |
|
||||
# Test that the package can be imported
|
||||
python -c "import pyWebLayout; print('Package imported successfully')"
|
||||
python -c "import pyWebLayout; print('Package imported successfully')"
|
||||
|
||||
- name: Commit coverage badges
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
git config --local user.email "action@gitea.local"
|
||||
git config --local user.name "Gitea Action"
|
||||
git add coverage*.svg
|
||||
git diff --staged --quiet || git commit -m "Update coverage badges [skip ci]"
|
||||
git push
|
||||
Reference in New Issue
Block a user