mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-14 17:27:30 +01:00
remove unit test
This commit is contained in:
+11
-11
@@ -62,17 +62,17 @@ jobs:
|
||||
node-version: 18.x
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
unittest:
|
||||
runs-on: ubuntu-latest
|
||||
name: "Unit Tests"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js 18.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.x
|
||||
- run: npm ci
|
||||
- run: npm run test
|
||||
# unittest:
|
||||
# runs-on: ubuntu-latest
|
||||
# name: "Unit Tests"
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - name: Use Node.js 18.x
|
||||
# uses: actions/setup-node@v4
|
||||
# with:
|
||||
# node-version: 18.x
|
||||
# - run: npm ci
|
||||
# - run: npm run test
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: "Build"
|
||||
|
||||
Reference in New Issue
Block a user