mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
test
This commit is contained in:
parent
0582a1862c
commit
6a098e4588
1 changed files with 15 additions and 15 deletions
30
.github/workflows/ci.yml
vendored
30
.github/workflows/ci.yml
vendored
|
|
@ -1,19 +1,19 @@
|
||||||
name: PluralKit CI
|
name: PluralKit CI
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-ci-container:
|
build-ci-container:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/build-push-action@v2
|
- uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
tags: pkci
|
tags: pkci
|
||||||
file: ci/Dockerfile
|
file: ci/Dockerfile
|
||||||
setup-ci:
|
setup-ci:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: ["build-ci-container"]
|
needs: ["build-ci-container"]
|
||||||
container:
|
container:
|
||||||
image: pkci
|
image: pkci
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue