Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Testing reusable flow 17
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed May 22, 2023
1 parent 3ee1769 commit c20ee4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
image: selenium/standalone-chrome
ports:
- 4444
options: --dns '${{ needs.load-config.outputs.DNS1 }},${{ needs.load-config.outputs.DNS2 }}'
options: --dns='${{ needs.load-config.outputs.DNS1 }},${{ needs.load-config.outputs.DNS2 }}'
steps:
- name: Check out e2e repository
uses: actions/checkout@v3.5.2
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# e2e
# e2e

TODO: Describe how the reusable workflow works

0 comments on commit c20ee4a

Please sign in to comment.