Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 16, 2024
1 parent 9def0cc commit f52d6b5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Wireshark-plugin-centos
- name: Run TShark on ARINC429 traffic
- name: Compile and run TShark on ARINC429 traffic
run: >
docker run -v .:/test amazonlinux sh -c "
yum install -y xz cmake g++ glib2-devel libgcrypt-devel c-ares-devel flex patch readline-devel unzip tar gzip &&
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Wireshark-plugin-centos
- name: Run TShark on ARINC429 traffic
- name: Compile and run TShark on ARINC429 traffic
run: >
docker run -v .:/test quay.io/centos/centos:stream9 sh -c "
yum install -y xz cmake g++ glib2-devel libgcrypt-devel c-ares-devel flex patch readline-devel unzip &&
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Wireshark-plugin-centos
- name: Run TShark on ARINC429 traffic
- name: Compile and run TShark on ARINC429 traffic
run: >
docker run -v .:/test quay.io/centos/centos:stream9 sh -c "
yum install -y xz cmake g++ glib2-devel libgcrypt-devel c-ares-devel flex patch readline-devel unzip &&
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Wireshark-plugin-centos
- name: Run TShark on ARINC429 traffic
- name: Compile and run TShark on ARINC429 traffic
run: >
docker run -v .:/test almalinux sh -c "
yum install -y xz cmake g++ glib2-devel libgcrypt-devel c-ares-devel flex patch readline-devel unzip &&
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Wireshark-plugin-centos
- name: Run TShark on ARINC429 traffic
- name: Compile and run TShark on ARINC429 traffic
run: >
docker run -v .:/test almalinux sh -c "
yum install -y xz cmake g++ glib2-devel libgcrypt-devel c-ares-devel flex patch readline-devel unzip &&
Expand Down Expand Up @@ -546,7 +546,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Wireshark-plugin-centos
- name: Compile and run TShark on ARINC429 traffic
- name: Run TShark on ARINC429 traffic
run: >
docker run -v .:/test fedora sh -c "
yum install -y wireshark-cli unzip &&
Expand All @@ -556,7 +556,6 @@ jobs:
- name: Run diff
run: diff discrete.output test/discrete.output


test_a429_windows:
runs-on: windows-latest
needs: package_windows_plugin
Expand Down

0 comments on commit f52d6b5

Please sign in to comment.