Skip to content

Commit

Permalink
Add mailcap entry to mock successful pcap slice open
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 23, 2024
1 parent b413f0c commit 7dcf303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
id: playwright
run: |
if [ "$RUNNER_OS" = "Linux" ]; then
echo "application/vnd.tcpdump.pcap; /usr/bin/true" >> /home/runner/.mailcap
/usr/bin/xvfb-run --auto-servernum -s "-screen 0 1280x1024x24" ${{ inputs.run-target }}
else
${{ inputs.run-target }}
Expand Down

0 comments on commit 7dcf303

Please sign in to comment.