Revert naming changes from 331c8bf40e969c0659e79449d7c5dd06f537ac65 t… #116
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
--- | |
on: [push, pull_request] | |
name: Tests | |
jobs: | |
test: | |
name: Test eth-custodian | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone the repository | |
uses: actions/checkout@v2 | |
- run: yarn && make test | |
working-directory: eth-custodian |