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
|
#!/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 run --rm tests
|
||||||
docker-compose -f docker/test_compose/docker-compose.yml down
|
docker-compose -f docker/test_compose/docker-compose.yml down
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ services:
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: password
|
||||||
POSTGRES_DB: postgres
|
POSTGRES_DB: postgres
|
||||||
tests:
|
tests:
|
||||||
image: rasilon/ujetl_test:latest
|
image: rasilon/ujetl_tester:latest
|
||||||
build:
|
build:
|
||||||
context: ../multistage
|
context: ../multistage
|
||||||
links:
|
links:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue