Skip to content

Commit

Permalink
Remove zimui tests since there is none for now
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Oct 12, 2023
1 parent aa720ae commit ae47164
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,6 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}

test-zimui:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: zimui/.node-version

- name: Install dependencies
working-directory: zimui
run: |
yarn install
- name: Run tests
working-directory: zimui
run: |
yarn test
build-scraper:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit ae47164

Please sign in to comment.