Skip to content

Commit

Permalink
Update integration_tests.yml
Browse files Browse the repository at this point in the history
- macos path fix
  • Loading branch information
carlkidcrypto committed Jun 14, 2024
1 parent b964e5b commit 2dc0f4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
macos: |
cd /Users/runner/work/ezsnmp/ezsnmp/integration_tests;
./run_integration_tests.sh | grep "Total execution time:" > total_execution_time_${{matrix.os}}_${{matrix.python-version}}.log;
echo "artifactPath1=/home/runner/work/ezsnmp/ezsnmp/integration_tests/total_execution_time_${{matrix.os}}_${{matrix.python-version}}.log" >> $GITHUB_ENV;
echo "artifactPath1=/Users/runner/work/ezsnmp/ezsnmp/integration_tests/total_execution_time_${{matrix.os}}_${{matrix.python-version}}.log" >> $GITHUB_ENV;
- name: Run Integration Tests "usm_unknown_security_name_counter"
uses: carlkidcrypto/[email protected]
Expand All @@ -118,7 +118,7 @@ jobs:
macos: |
cd /Users/runner/work/ezsnmp/ezsnmp/integration_tests;
./run_integration_tests.sh | grep "usm_unknown_security_name_counter:" > usm_unknown_security_name_counter_${{matrix.os}}_${{matrix.python-version}}.log;
echo "artifactPath2=/home/runner/work/ezsnmp/ezsnmp/integration_tests/usm_unknown_security_name_counter_${{matrix.os}}_${{matrix.python-version}}.log" >> $GITHUB_ENV;
echo "artifactPath2=/Users/runner/work/ezsnmp/ezsnmp/integration_tests/usm_unknown_security_name_counter_${{matrix.os}}_${{matrix.python-version}}.log" >> $GITHUB_ENV;
- name: Run Integration Tests "connection_error_counter"
uses: carlkidcrypto/[email protected]
Expand All @@ -131,7 +131,7 @@ jobs:
macos: |
cd /Users/runner/work/ezsnmp/ezsnmp/integration_tests;
./run_integration_tests.sh | grep "connection_error_counter:" > connection_error_counter_${{matrix.os}}_${{matrix.python-version}}.log;
echo "artifactPath3=/home/runner/work/ezsnmp/ezsnmp/integration_tests/connection_error_counter_${{matrix.os}}_${{matrix.python-version}}.log" >> $GITHUB_ENV;
echo "artifactPath3=/Users/runner/work/ezsnmp/ezsnmp/integration_tests/connection_error_counter_${{matrix.os}}_${{matrix.python-version}}.log" >> $GITHUB_ENV;
- name: Upload Integration Test Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2dc0f4a

Please sign in to comment.