workflows: fix yaml indentation (#1193)

pull/1195/head
jordigh 2 weeks ago committed by GitHub
parent 437aaac6d2
commit 5fec2ad826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -123,7 +123,7 @@ jobs:
if: ${{ !inputs.disable_tests }}
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
- name: Run tests

Loading…
Cancel
Save