Step 14: Remove reskindex

This commit is contained in:
Travis Ralston 2022-03-28 15:24:02 -06:00
parent bd1fd0a734
commit a6564d9ab9
8 changed files with 10 additions and 200 deletions

View file

@ -25,7 +25,7 @@ jobs:
run: "./scripts/ci/install-deps.sh --ignore-scripts"
- name: Run tests with coverage
run: "yarn install && yarn reskindex && yarn coverage"
run: "yarn install && yarn coverage"
- name: Upload coverage
uses: codecov/codecov-action@v2