Skip to content

Commit

Permalink
Remove UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Jul 21, 2024
1 parent 56c8fee commit e49fdde
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,3 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: cargo test

ui-test:
name: UI Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
# - name: Verify package-lock.json
# working-directory: openubl/ui
# run: ./scripts/verify_lock.mjs
- name: Install
working-directory: openubl/ui
run: npm clean-install --ignore-scripts
- name: Lint sources
working-directory: openubl/ui
run: npm run lint
- name: Build
working-directory: openubl/ui
run: npm run build
- name: Test
working-directory: openubl/ui
run: npm run test -- --coverage --watchAll=false

0 comments on commit e49fdde

Please sign in to comment.