Skip to content

Commit

Permalink
feat: remove tests (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukey-aleios committed May 3, 2023
1 parent 0ac4428 commit 0f3281f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:
shell: bash

jobs:
build-and-test:
build:
runs-on: ubuntu-latest

steps:
Expand Down
25 changes: 11 additions & 14 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,20 @@ defaults:
shell: bash

jobs:
build-and-test:
build:
runs-on: ubuntu-latest

steps:
- name: 🚀 Checkout repository
uses: actions/checkout@v2
- name: 🚀 Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18

- name: Install pnpm
run: npm install -g pnpm
- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: 🧪 Run tests
run: pnpm test
- name: Install dependencies
run: pnpm install --frozen-lockfile

0 comments on commit 0f3281f

Please sign in to comment.