mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 13:38:41 +00:00
chore: remove docker image build test
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
72b70d2911
commit
f1a88fe4be
49
.github/workflows/test.yml
vendored
49
.github/workflows/test.yml
vendored
@ -1,43 +1,16 @@
|
|||||||
name: Lint & Test
|
name: Lint & Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
php-cs-fixer:
|
php-cs-fixer:
|
||||||
name: PHP-CS-Fixer
|
name: PHP-CS-Fixer
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: PHP-CS-Fixer
|
- name: PHP-CS-Fixer
|
||||||
uses: docker://oskarstark/php-cs-fixer-ga
|
uses: docker://oskarstark/php-cs-fixer-ga
|
||||||
with:
|
with:
|
||||||
args: --config=./web/.php-cs-fixer.php --diff --dry-run
|
args: --config=./web/.php-cs-fixer.php --diff --dry-run
|
||||||
|
|
||||||
docker-db:
|
|
||||||
name: Build Docker Image (uoj-db)
|
|
||||||
needs: php-cs-fixer
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Build Docker Image (uoj-db)
|
|
||||||
run: docker-compose build uoj-db
|
|
||||||
|
|
||||||
docker-judger:
|
|
||||||
name: Build Docker Image (uoj-judger)
|
|
||||||
needs: php-cs-fixer
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Build Docker Image
|
|
||||||
run: docker-compose build uoj-judger
|
|
||||||
|
|
||||||
docker-web:
|
|
||||||
name: Build Docker Image (uoj-web)
|
|
||||||
needs: php-cs-fixer
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Build Docker Image (uoj-web)
|
|
||||||
run: docker-compose build uoj-web
|
|
||||||
|
Loading…
Reference in New Issue
Block a user