mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
First e2e tests running locally (with example backend)
This commit is contained in:
parent
f32235b8ba
commit
35c5073cc0
7 changed files with 302 additions and 9 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -1,11 +1,8 @@
|
|||
name: Continuous integration
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
[push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
|
@ -28,3 +25,6 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: make test
|
||||
|
||||
- name: E2E Test
|
||||
run: make e2e-local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue