mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Fix integration test assumptions
This commit is contained in:
parent
ff157e6a59
commit
981b59225b
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker build --target tester -t rasilon/ujetl_tester docker/multistage
|
||||
docker-compose -f docker/test_compose/docker-compose.yml run --rm tests
|
||||
docker-compose -f docker/test_compose/docker-compose.yml down
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ services:
|
|||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_DB: postgres
|
||||
tests:
|
||||
image: rasilon/ujetl_test:latest
|
||||
image: rasilon/ujetl_tester:latest
|
||||
build:
|
||||
context: ../multistage
|
||||
links:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue