Update .gitea/workflows/test.yml
Run Pytest and Serve Report via LocalTunnel / tests (push) Successful in 1m2s
Run Pytest and Serve Report via LocalTunnel / tests (push) Successful in 1m2s
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
||||
git config user.name "ci-bot"
|
||||
git config user.email "ci-bot@example.com"
|
||||
mkdir -p ci-reports/markdown
|
||||
cp static-report.md summary.png timeline.png ci-reports/markdown/
|
||||
cp static-report.md summary.png ci-reports/markdown/
|
||||
git add ci-reports/markdown/*
|
||||
git commit -m "Update Markdown CI report [skip ci]" || echo "Nothing to commit"
|
||||
git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic.git HEAD:utils_testing
|
||||
|
||||
Reference in New Issue
Block a user