Skip to content

Commit

Permalink
workflows: fix yaml indentation (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordigh authored Sep 3, 2024
1 parent 437aaac commit 5fec2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fec2ad

Please sign in to comment.