From 8eb972511d6779ff5d9b7780cc7b83162942c799 Mon Sep 17 00:00:00 2001 From: juadde Date: Wed, 22 May 2024 13:10:05 +0200 Subject: [PATCH] Add macos tests --- .github/workflows/CI.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a9b74a7..5979633 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -875,3 +875,14 @@ jobs: with: files: Wireshark_plugin-windows-${{ github.ref_name }}.zip fail_on_unmatched_files: true + + test_macos: + runs-on: macos-latest + needs: [package_standard_plugin] + steps: + - name: Download plugin + uses: actions/download-artifact@v4 + with: + name: Wireshark-plugin-standard + - name: Run tests + run: brew install wireshark \ No newline at end of file