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

Commit

Permalink
Merge pull request #86 from alvarosaburido/feature/remove-test-from-w…
Browse files Browse the repository at this point in the history
…orkflows-temporarily

Feature/remove test from workflows temporarily
  • Loading branch information
alvarosabu authored Sep 18, 2020
2 parents 321ceec + a40a931 commit d892e0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ jobs:
node-version: 12
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
run: npm run build
- name: Build Types Declarations
run: npm run build:dts
- name: Run tests
run: npm run test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d892e0b

Please sign in to comment.