Skip to content

Commit

Permalink
Use same env as locally for ci
Browse files Browse the repository at this point in the history
I'd love for this to be picked up from the compose file but
can't be bothered to figure that out right now
  • Loading branch information
Earlopain committed Oct 7, 2023
1 parent da72d21 commit 6b41de8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/prepare-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ runs:
--rm
--network host
-e POSTGRES_HOST=localhost
-e EXPOSED_VNC_PORT=123
-e EXPOSED_VNC_PORT=7900
-e IQDB_URL=http://iqdb:5588
-e SELENIUM_URL=http://selenium:4444
-e RAILS_ENV=test
-e CI=true
-v $PWD:/app reverser:test
Expand Down

0 comments on commit 6b41de8

Please sign in to comment.