Skip to content

Commit 7f9b084

Browse files
committed
Issue #352 - Add support for Microsoft Edge
* Fixed a syntax mistake
1 parent 27c8517 commit 7f9b084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
-v `pwd`/test/selenium.robot:/opt/robotframework/tests/selenium.robot:Z \
9898
-v `pwd`/test/timezones.robot:/opt/robotframework/tests/timezones.robot:Z \
9999
-e BROWSER=$BROWSER \
100-
test
100+
$IMAGE_NAME
101101
- name: Colour Depth 16 Test
102102
run: |
103103
podman run --shm-size=1g \

0 commit comments

Comments
 (0)