Skip to content

Commit

Permalink
fix: Python plugin integration tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Aug 12, 2023
1 parent e77ece3 commit e652ce3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
- name: Deploy Ethereum contracts
run: npm run docker:solidity:deploy

- name: Set Python symlink in regtest container
run: docker exec regtest mkdir -p $pythonLocation/bin &&
docker exec regtest ln -s /usr/bin/python3 $pythonLocation/bin/python

- name: Compile
run: npm run compile

Expand All @@ -63,5 +67,5 @@ jobs:
- name: Integration tests
run: node run-int.js

- name: Python integration tests
run: chmod -R 777 tools/.venv && npm run python:test
- name: Python plugin tests
run: npm run python:test

0 comments on commit e652ce3

Please sign in to comment.