Skip to content

Commit

Permalink
test: fix test/testdrive/mzworkfows.py
Browse files Browse the repository at this point in the history
- fix the 'testdrive' workflow, used when running locally
- fix the CI workflow to also run the pubnub test
  • Loading branch information
philip-stoev committed Dec 6, 2021
1 parent f87d775 commit d46c14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testdrive/mzworkflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@

def workflow_testdrive(w: Workflow):
w.start_and_wait_for_tcp(services=[localstack])
test_testdrive(w, mz_default, aws_localstack)
test_testdrive(w, mz_default, aws_localstack, tests)


def workflow_testdrive_ci(w: Workflow):
test_testdrive(w, mz_default, aws_amazon, tests)
test_testdrive(w, mz_default, aws_amazon, tests_ci)


def workflow_testdrive_ci_workers_1(w: Workflow):
Expand Down

0 comments on commit d46c14e

Please sign in to comment.