Skip to content

Commit 22ffbc2

Browse files
committed
Attempt to probe GitHub Actions env
1 parent f6aec5f commit 22ffbc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_snowsignal.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ async def test_fragments_rebroadcast(self, mock_datagram_received: unittest.mock
222222
except IndexError:
223223
received_packet_payloads += bytes(packet[scapy.layers.inet.IP].payload)
224224

225+
print(f'env = {os.environ}')
226+
print(f'GITHUB_ACTION = {os.environ.get("GITHUB_ACTION")}')
225227
self.assertEqual(received_packet_payloads, toolong_msg)
226228

227229
# Quit main, though it probably quits anyway

0 commit comments

Comments
 (0)