Skip to content

Commit

Permalink
Create .mailcap file for pcap opening
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 23, 2024
1 parent 5da98aa commit 94ac34c
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 @@ -58,6 +58,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 94ac34c

Please sign in to comment.