Skip to content

Commit

Permalink
use custom enochecker_test for CI (#44)
Browse files Browse the repository at this point in the history
* install enochecker_test in venv
* use custom enochecker_test for CI
  • Loading branch information
ldruschk authored Jul 19, 2024
1 parent 753a4b5 commit aa459dd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/enochecker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
python-version: '3.9'
- name: Install enochecker_test
run: |
python -m pip install --upgrade pip
pip install enochecker-test
apt install -y python3-virtualenv
virtualenv -p python3 venv
source venv/bin/activate
pip install git+https://github.com/RTUnreal/enochecker_test.git@optional_utf8
- name: start service
run: |
cd service
Expand All @@ -41,7 +43,8 @@ jobs:
echo "ENOCHECKER_TEST_SERVICE_ADDRESS=$(ip -4 address show dev eth0 | grep inet | awk '{ print $2 }' | sed 's|/.*$||')" >> $GITHUB_ENV
- name: run enochecker_test
run: |
enochecker_test
source venv/bin/activate
enochecker_test --skip-non-eno-flags
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v1
Expand Down

0 comments on commit aa459dd

Please sign in to comment.