Skip to content

Commit

Permalink
[staging-provider] azure-pipelines use RUN_SYNAPSE_TESTS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikZigo committed Jan 2, 2025
1 parent 746f559 commit d891366
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@ jobs:
testCommand: 'composer install && vendor/bin/phpunit --testsuite synapse-writer-tests'
variables:
STORAGE_API_URL: $(STORAGE_API_URL_AZURE)
RUN_SYNAPSE_TESTS: $(RUN_SYNAPSE_TESTS)
SYNAPSE_STORAGE_API_URL: $(STORAGE_API_URL_AZURE)
secrets:
STORAGE_API_TOKEN: $(OUTPUT_MAPPING__STORAGE_API_TOKEN_AZURE)
STORAGE_API_TOKEN_MASTER: $(OUTPUT_MAPPING__STORAGE_API_TOKEN_MASTER_AZURE)
SYNAPSE_STORAGE_API_URL: $(STORAGE_API_URL_AZURE)
SYNAPSE_STORAGE_API_TOKEN: $(OUTPUT_MAPPING__SYNAPSE_STORAGE_API_TOKEN)

- template: ../../azure-pipelines/jobs/run-tests.yml
Expand Down

0 comments on commit d891366

Please sign in to comment.