Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
- debug getting info out of the tests.yml.
Step "Create multi-file output listing" may not be working as expected.
- quick attempt to fix MacOS tests. All but one test cases fail.
  • Loading branch information
carlkidcrypto committed Mar 3, 2024
1 parent b44b729 commit f78c4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo 'mibs +ALL' > ~/.snmp/snmp.conf;

macos: brew update;
brew install net-snmp;
brew install net-snmp@5.9.4;
brew install openssl@3;
echo 'export PATH="/usr/local/opt/net-snmp/bin:$PATH"' >> ~/.zshrc;
export PATH="/usr/local/opt/net-snmp/bin:$PATH";
Expand Down Expand Up @@ -159,6 +159,7 @@ jobs:
echo "$(echo ${test_log[$i]} | cut -d_ -f2) - $(echo ${test_log[$i]%.*} | cut -d_ -f3), ${test_log[$i]}, ${test_xml[$i]}" >> $GITHUB_OUTPUT
done
echo 'EOF' >> $GITHUB_OUTPUT
echo $GITHUB_OUTPUT
- name: Pytest coverage comment
uses: MishaKav/[email protected]
Expand All @@ -169,7 +170,6 @@ jobs:
create-new-comment: false
hide-comment: false
report-only-changed-files: false
pytest-coverage-path: ./
multiple-files: |
${{ env.pytest_multiple_files }}
Expand Down

0 comments on commit f78c4a2

Please sign in to comment.