mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
test
This commit is contained in:
parent
6a098e4588
commit
98924d4934
3 changed files with 2 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -17,3 +17,5 @@ jobs:
|
|||
needs: ["build-ci-container"]
|
||||
container:
|
||||
image: pkci
|
||||
steps:
|
||||
- run: /run_ci.py
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
FROM alpine:latest
|
||||
RUN apk add python3
|
||||
COPY ci/run_ci.py /run_ci.py
|
||||
ENTRYPOINT ["/run_ci.py"]
|
||||
|
|
|
|||
0
ci/run_ci.py
Normal file → Executable file
0
ci/run_ci.py
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue