Skip to content

Commit

Permalink
#14862 - Add debug info of env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 25, 2020
1 parent 375bf79 commit 7113119
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@ jobs:
DATA_POSTGRES_PORT: ${{ job.services.postgres.ports['5432'] }}
DATA_REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
DATA_MEMCACHED_PORT: ${{ job.services.memcached.ports['11211'] }}
run: vendor/bin/codecept run --ext DotReporter database --env pgsql -g pgsql
run: |
echo ${DATA_POSTGRES_SCHEMA}
vendor/bin/codecept run --ext DotReporter database --env pgsql -g pgsql
# - name: Run integrations tests SQL Server
# env:
# DATA_REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
Expand Down

0 comments on commit 7113119

Please sign in to comment.