mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
test
This commit is contained in:
parent
e424c241e3
commit
ac7356ba4a
4 changed files with 110 additions and 4 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -25,7 +25,17 @@ jobs:
|
|||
needs: ["build-ci-container"]
|
||||
container:
|
||||
image: ghcr.io/pluralkit/ci:${{ github.sha }}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
env:
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
|
||||
COMMIT_STATUS_TOKEN: ${{ secrets.COMMIT_STATUS_TOKEN }}
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
DISPATCH_DATA: ${{ inputs.dispatchData }}
|
||||
|
||||
# these only work on the push/pull_request jobs
|
||||
CUR_SHA: ${{ github.sha }}
|
||||
OLD_SHA: ${{ github.event.before }}
|
||||
steps:
|
||||
- run: /run_ci.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue