mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
build: ♻ misc build updates
This commit is contained in:
parent
ae82059eb3
commit
8be40f4563
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ steps:
|
|||
condition: and(eq(variables['abortJustMigrated.aborted'], 'false'), eq(variables['commitOrAbandon.committed'], 'true'), succeeded())
|
||||
inputs:
|
||||
dockerComposeFile: docker-compose.directory.migrations.tests.yml
|
||||
dockerComposeCommand: up -d directory.db
|
||||
dockerComposeCommand: up -d directory-migrations-tests-db
|
||||
|
||||
- task: DockerCompose@0
|
||||
displayName: run test-migrations
|
||||
|
|
|
|||
Loading…
Reference in a new issue