Skip to content

Commit

Permalink
Use >
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 2, 2024
1 parent 97df2d1 commit 9f6626a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ jobs:
with:
name: Wireshark-plugin-alpine
- name: Run TShark on ARINC429 traffic
run: |
docker run -v .:/test alpine sh -c \" apk add tshark lua5.2-bitop && \
unzip /test/Wireshark_plugin.zip -d /usr && \
tshark -e A429.LABEL -e A429.WORD -e A429.SDI -e A429.SSM -e A429.DATA -e A429.PARITY -E header=y -T fields -r /test/pcapng_files/arinc429_broadcast.pcapng | tee /test/a429_broadcast.output\"
run: >
docker run -v .:/test alpine sh -c "apk add tshark lua5.2-bitop &&
unzip /test/Wireshark_plugin.zip -d /usr &&
tshark -e A429.LABEL -e A429.WORD -e A429.SDI -e A429.SSM -e A429.DATA -e A429.PARITY -E header=y -T fields -r /test/pcapng_files/arinc429_broadcast.pcapng | tee /test/a429_broadcast.output"
- name: Run diff
run: diff a429_broadcast.output test/a429_broadcast.output

Expand Down

0 comments on commit 9f6626a

Please sign in to comment.