diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a68f2d35..60924f415 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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