Skip to content

Commit

Permalink
Command replaced in makefile,test-acceptance-core-api with test-accep…
Browse files Browse the repository at this point in the history
…tance-from-core-api
  • Loading branch information
grgprarup committed Jan 23, 2023
1 parent e03bfad commit 6101bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ def ocisIntegrationTests(parallelRuns, skipExceptParts = []):
"cd /drone/src/tmp/testrunner",
"composer self-update",
"composer --version",
"make test-acceptance-core-api",
"make test-acceptance-from-core-api",
],
"environment": {
"TEST_SERVER_URL": "http://revad-services:20080",
Expand Down Expand Up @@ -660,7 +660,7 @@ def s3ngIntegrationTests(parallelRuns, skipExceptParts = []):
"cd /drone/src/tmp/testrunner",
"composer self-update",
"composer --version",
"make test-acceptance-core-api",
"make test-acceptance-from-core-api",
],
"environment": {
"TEST_SERVER_URL": "http://revad-services:20080",
Expand Down

0 comments on commit 6101bc1

Please sign in to comment.