mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +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
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
build-ci-container:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: false
|
||||
tags: pkci
|
||||
file: ci/Dockerfile
|
||||
setup-ci:
|
||||
runs-on: ubuntu-latest
|
||||
needs: ["build-ci-container"]
|
||||
container:
|
||||
image: pkci
|
||||
build-ci-container:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: false
|
||||
tags: pkci
|
||||
file: ci/Dockerfile
|
||||
setup-ci:
|
||||
runs-on: ubuntu-latest
|
||||
needs: ["build-ci-container"]
|
||||
container:
|
||||
image: pkci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue