1595 refactor the transaction class using only the concept of sender … #868
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Main CI | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'main-*' | |
jobs: | |
install-build: | |
uses: ./.github/workflows/build-lint.yml | |
secrets: inherit | |
unit-integration-test: | |
uses: ./.github/workflows/unit-integration-test.yml | |
secrets: inherit | |
unit-integration-test-browser: | |
uses: ./.github/workflows/unit-integration-test-browser.yml | |
secrets: inherit |