Skip to content

Commit c95a4fa

Browse files
authored
Change comment syntax from // to # in YAML
1 parent 5045a41 commit c95a4fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- run: |
8282
appium plugin install images
8383
appium plugin install execute-driver
84-
// Workaround to keep symlink to global appium
84+
# Workaround to keep symlink to global appium
8585
appium driver install xcuitest
8686
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
8787
@@ -158,7 +158,7 @@ jobs:
158158
- run: |
159159
appium plugin install images
160160
appium plugin install execute-driver
161-
// Workaround to keep symlink to global appium
161+
# Workaround to keep symlink to global appium
162162
appium driver install xcuitest
163163
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
164164

0 commit comments

Comments
 (0)