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 7779bd1
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,8 @@ jobs:
- name: Start containers
run: npm run docker:regtest && npm run docker:solidity

- name: Deploy Ethereum contracts
run: npm run docker:solidity:deploy

- name: Compile
run: npm run compile

- name: Prettier
run: npm run prettier:check

- name: Lint
run: npm run lint

- name: Python lint
run: npm run python:lint

- name: Unit tests
run: npm run test:unit

- name: Integration tests
run: node run-int.js
- name: Python asdf
run: docker exec regtest ls -la /tools/.venv/bin

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

0 comments on commit 7779bd1

Please sign in to comment.