Skip to content

Commit

Permalink
fix tests broken on Windows due to path separator
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Mar 26, 2024
1 parent c7262c3 commit 5d0b969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/projects/local_action_invalid.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/workflows/test\.yaml:7:15: name is required in action metadata "testdata(\\\\|/)projects(\\\\|/)local_action_invalid(\\\\|/)no_name(\\\\|/)action\.yaml" \[action\]/
/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\]/
/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\]/
/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\]/
/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\]/
/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 comments on commit 5d0b969

Please sign in to comment.