File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 DATABASE_URL : " postgres://postgres:postgres@localhost:5432/forms_runner_test"
3434 QUEUE_DATABASE_URL : " postgres://postgres:postgres@localhost:5432/forms_runner_test_queue"
3535 steps :
36- # TODO: remove these steps once we can use latest Chrome again (see https://github.com/teamcapybara/capybara/issues/2800)
37- - uses : nanasess/setup-chromedriver@c75c3d53d445b96d41dbf2355797b470953c6c30 # v2.4.0
38- with :
39- chromedriver-version : ' 128.0.6613.8600'
40- chromeapp : chrome
41- - run : |
42- sudo apt-get purge google-chrome-stable
43- - uses : browser-actions/setup-chrome@4f8e94349a351df0f048634f25fec36c3c91eded # v2.1.1
44- with :
45- chrome-version : 128
46- install-chromedriver : ' false'
4736 - name : Checkout code
4837 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4938 # Add or replace dependency steps here
You can’t perform that action at this time.
0 commit comments