Skip to content

Commit

Permalink
fix: removes unused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed May 11, 2022
1 parent 7ade95d commit a141d23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/merge.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,6 @@ name: Release
on: [workflow_dispatch]

jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm it

release:
needs: [test]
runs-on: ubuntu-latest
Expand Down

0 comments on commit a141d23

Please sign in to comment.