Version 2.1 #41
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -1,9 +1,11 @@
|
|||||||
name: Continuous Integration
|
name: Continuous Integration
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches:
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches:
|
||||||
|
- main
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
env:
|
env:
|
||||||
MWL_TEST_RETHINK_URI: rethinkdb://localhost/mwl_test
|
MWL_TEST_RETHINK_URI: rethinkdb://localhost/mwl_test
|
||||||
@ -35,7 +37,6 @@ jobs:
|
|||||||
image: rethinkdb:latest
|
image: rethinkdb:latest
|
||||||
ports:
|
ports:
|
||||||
- 28015:28015
|
- 28015:28015
|
||||||
- 29015:29015
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
|
Loading…
Reference in New Issue
Block a user