mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 17:11:52 +08:00
workflow fix
This commit is contained in:
26
.github/workflows/dockerimage.yml
vendored
26
.github/workflows/dockerimage.yml
vendored
@@ -1,20 +1,20 @@
|
||||
name: Docker Image CI
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
build:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
- name: Building testenv ...
|
||||
run: make testenv
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build testenv
|
||||
run: make testenv
|
||||
- name: Toxing
|
||||
run: make tox
|
||||
- name: Running tests ...
|
||||
run: make tox
|
||||
|
||||
Reference in New Issue
Block a user