Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit d892e0b

Browse files
authored
Merge pull request #86 from alvarosaburido/feature/remove-test-from-workflows-temporarily
Feature/remove test from workflows temporarily
2 parents 321ceec + a40a931 commit d892e0b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ jobs:
2020
node-version: 12
2121
- name: Install dependencies
2222
run: npm ci
23-
- name: Run tests
24-
run: npm run test

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
run: npm run build
2222
- name: Build Types Declarations
2323
run: npm run build:dts
24-
- name: Run tests
25-
run: npm run test
2624
- name: Release
2725
env:
2826
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)