Skip to content

Commit

Permalink
fix: [tests] fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Dec 17, 2024
1 parent fe42db5 commit 489a7a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up unifiedlog_parser_json
- name: Set up unifiedlog_iterator
if: matrix.os == 'ubuntu-latest'
run: |
git clone https://github.com/mandiant/macos-UnifiedLogs
cd macos-UnifiedLogs/examples/unifiedlog_parser_json/
cd macos-UnifiedLogs/examples/unifiedlog_iterator/
cargo build --release
sudo cp ../target/release/unifiedlog_parser_json /usr/local/bin/
sudo cp ../target/release/unifiedlog_iterator /usr/local/bin/
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 489a7a3

Please sign in to comment.