Skip to content

Commit 77cefc5

Browse files
committed
Update e2e_data.exs
1 parent d873e27 commit 77cefc5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
id: script
5050
with:
5151
script: |
52+
IO.inspect(context)
5253
Map.keys(context) |> Enum.sort
5354
5455
- name: Get result

test/e2e_data.exs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
},
1818
%{
1919
name: "Event context is available",
20-
script: "Map.keys(context) |> Enum.sort",
20+
script: """
21+
IO.inspect(context)
22+
Map.keys(context) |> Enum.sort
23+
""",
2124
expected:
2225
"[__struct__,action,actor,api_url,event_name,graphql_url,job,payload,ref,run_id,run_number,server_url,sha,workflow]"
2326
},

0 commit comments

Comments
 (0)