Merged in bugfix/fixe2etests (pull request #64)

Fix e2e test

* fix
This commit is contained in:
Michael McGuinness
2025-02-13 00:23:13 +00:00
parent c1e9d93037
commit f5bd522faf
12 changed files with 82 additions and 84 deletions
+14 -4
View File
@@ -24,24 +24,34 @@ tasks:
COMPOSE_FILE: '{{.COMPOSE_FILE | default .LOCAL_COMPOSE_FILE}}'
cmds:
- docker compose -f {{.COMPOSE_FILE}} build
up:cmd:
internal: true
vars:
COMPOSE_FILE: '{{.COMPOSE_FILE | default .LOCAL_COMPOSE_FILE}}'
cmds:
- docker compose -f {{.COMPOSE_FILE}} up --no-recreate --wait -d
up:test:
cmds:
- docker compose -f {{.TEST_COMPOSE_FILE}} up --no-recreate -d
- task: up:cmd
vars:
COMPOSE_FILE: '{{.TEST_COMPOSE_FILE}}'
up:generate:
cmds:
- docker compose -f {{.GENERATE_COMPOSE_FILE}} up --no-recreate -d
- task: up:cmd
vars:
COMPOSE_FILE: '{{.GENERATE_COMPOSE_FILE}}'
up:
cmds:
- task docker:build
- task: build
- docker compose -f {{.LOCAL_COMPOSE_FILE}} up --no-recreate -d
- task: up:cmd
- task: init
refresh:
cmds:
- task docker:build
- task: build
- task: down
- docker compose -f {{.LOCAL_COMPOSE_FILE}} up --no-recreate -d
- task: up:cmd
- task: init
init:
cmds: