Skip to content

Commit 5d0b969

Browse files
committed
fix tests broken on Windows due to path separator
1 parent c7262c3 commit 5d0b969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/workflows/test\.yaml:7:15: name is required in action metadata "testdata(\\\\|/)projects(\\\\|/)local_action_invalid(\\\\|/)no_name(\\\\|/)action\.yaml" \[action\]/
22
/workflows/test\.yaml:8:15: description is required in metadata of "My action" action at "testdata(\\\\|/)projects(\\\\|/)local_action_invalid(\\\\|/)no_desc(\\\\|/)action\.yaml" \[action\]/
3-
/workflows/test\.yaml:9:15: incorrect icon name "does-not-exist" at branding\.icon in metadata of "Incorrect branding" action at "testdata/projects/local_action_invalid/branding/action\.yaml"\. see the official document to know the exhaustive list of supported icons: https://.+ \[action\]/
4-
/workflows/test\.yaml:9:15: incorrect color "no-color" at branding\.icon in metadata of "Incorrect branding" action at "testdata/projects/local_action_invalid/branding/action\.yaml"\. see the official document to know the exhaustive list of supported colors: https://.+ \[action\]/
3+
/workflows/test\.yaml:9:15: incorrect icon name "does-not-exist" at branding\.icon in metadata of "Incorrect branding" action at "testdata(\\\\|/)projects(\\\\|/)local_action_invalid(\\\\|/)branding(\\\\|/)action\.yaml"\. see the official document to know the exhaustive list of supported icons: https://.+ \[action\]/
4+
/workflows/test\.yaml:9:15: incorrect color "no-color" at branding\.icon in metadata of "Incorrect branding" action at "testdata(\\\\|/)projects(\\\\|/)local_action_invalid(\\\\|/)branding(\\\\|/)action\.yaml"\. see the official document to know the exhaustive list of supported colors: https://.+ \[action\]/

0 commit comments

Comments
 (0)