Skip to content

Commit

Permalink
fix: Regression test stage - add missed environment variable (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko authored Dec 12, 2022
1 parent 9df2da6 commit eec49f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/docker-compose/go-tools-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ services:
run-tests-regression:
extends:
service: tools
environment:
AOC_SESSION: ${AOC_SESSION}
entrypoint: /bin/sh -c 'cd /app/ &&/app/scripts/tests/run-regression.sh'

run-tests-coverage:
Expand Down

0 comments on commit eec49f3

Please sign in to comment.