Skip to content

Commit

Permalink
ci: remove test job
Browse files Browse the repository at this point in the history
  • Loading branch information
homj committed Nov 3, 2023
1 parent 09338a2 commit a217504
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,6 @@ jobs:

- run: npx nx lint


test:
runs-on: ubuntu-latest
needs: install-deps
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --no-tags --prune --depth=1 origin develop
- name: Cache node modules
uses: actions/cache@v3
with:
path: node_modules
key: cache-node-modules-${{ hashFiles('package-lock.json') }}

- run: npx nx test


build:
runs-on: ubuntu-latest
needs: install-deps
Expand Down

0 comments on commit a217504

Please sign in to comment.