mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
workflows: fix yaml indentation (#1193)
This commit is contained in:
parent
437aaac6d2
commit
5fec2ad826
2
.github/workflows/docker_latest.yml
vendored
2
.github/workflows/docker_latest.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
|||||||
if: ${{ !inputs.disable_tests }}
|
if: ${{ !inputs.disable_tests }}
|
||||||
run: yarn run build:prod
|
run: yarn run build:prod
|
||||||
|
|
||||||
- name: Install Google Chrome for Testing
|
- name: Install Google Chrome for Testing
|
||||||
run: ./test/test_env.sh node_modules/selenium-webdriver/bin/linux/selenium-manager
|
run: ./test/test_env.sh node_modules/selenium-webdriver/bin/linux/selenium-manager
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user