Skip to content

Commit

Permalink
Update ee2-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored Aug 9, 2024
1 parent 038e6b3 commit 225a5f2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ee2-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# This workflow will install Python dependencies, run tests and lint
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Execution Engine 2 Test Suite

on:
Expand Down Expand Up @@ -48,10 +46,11 @@ jobs:
strategy:
matrix:
mongo-config:
- version: "7.0"
init-path: "./test/dockerfiles/mongo/docker-entrypoint-initdb.d-7.0/"
- version: "3.6"
init-path: "./test/dockerfiles/mongo/docker-entrypoint-initdb.d-3.6/"
- "7.0"
- "3.6"
init-path:
- "./test/dockerfiles/mongo/docker-entrypoint-initdb.d-7.0/"
- "./test/dockerfiles/mongo/docker-entrypoint-initdb.d-3.6/"
steps:
- name: Check out source repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 225a5f2

Please sign in to comment.