Version 2.1 #41

Merged
danieljsummers merged 123 commits from version-2.1 into main 2024-03-27 00:13:28 +00:00
Showing only changes of commit 2439d017ef - Show all commits

View File

@ -1,9 +1,11 @@
name: Continuous Integration
on:
push:
branches: [ "main" ]
branches:
- main
pull_request:
branches: [ "main" ]
branches:
- main
workflow_dispatch:
env:
MWL_TEST_RETHINK_URI: rethinkdb://localhost/mwl_test
@ -35,7 +37,6 @@ jobs:
image: rethinkdb:latest
ports:
- 28015:28015
- 29015:29015
steps:
- name: Check Out Code