Skip to content

Commit

Permalink
Add macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 22, 2024
1 parent 0d9dd7f commit 8eb9725
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8eb9725

Please sign in to comment.