Skip to content

Commit

Permalink
Merge pull request #1453 from FIWARE/funcTests
Browse files Browse the repository at this point in the history
Services might be shared in test matrix
  • Loading branch information
kzangeli authored Oct 20, 2023
2 parents ff8a897 + 3f6a524 commit a6db0e0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
POSTGRES_HOST_AUTH_METHOD: trust
ports:
- 5432:5432
mongodb:
image: mongo:4.4
ports:
- 27017:27017
# Currently not used as functional test is started with "d" flag that results in locally started mongodb
# mongodb:
# image: mongo:4.4
# ports:
# - 27017:27017
context-server:
image: wistefan/context-server:0.2.0
env:
Expand All @@ -59,8 +60,9 @@ jobs:

strategy:
fail-fast: false
#max-parallel: 1
matrix:
test: [ 'functional_146_146', functional_634_634 ]
test: [ 'functional_0_632','functional_633_1003', 'functional_1004_1440', 'functional_1441_end', 'unit']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a6db0e0

Please sign in to comment.