mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-10 00:07:40 -06:00
Add token permissions for coverage-comment, fully qualify & use development environment in run.sh DB URL
This commit is contained in:
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@@ -2,6 +2,12 @@ name: Pytest
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
|
||||
# Required by MishaKav/pytest-coverage-comment
|
||||
permissions:
|
||||
checks: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user