ci: fix production workflow

This commit is contained in:
cedoor
2022-09-18 16:19:42 +02:00
parent 47b6f6eb39
commit 011ab2b053

View File

@@ -33,18 +33,18 @@ jobs:
- name: Install dependencies
run: yarn
- name: Run Prettier
run: yarn prettier
- name: Run Eslint
run: yarn lint
- name: Compile contracts
run: yarn compile:contracts
- name: Build libraries
run: yarn build:libraries
- name: Run Prettier
run: yarn prettier
- name: Run Eslint
run: yarn lint
test:
runs-on: ubuntu-latest
strategy:
@@ -93,6 +93,8 @@ jobs:
coverage:
runs-on: ubuntu-latest
needs: test
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master