Skip to content

Commit

Permalink
fix: remove tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Mar 8, 2024
1 parent 54f66b6 commit 05cf824
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Deploy
name: Test
on:
workflow_dispatch:
push:
Expand All @@ -21,6 +21,4 @@ jobs:
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Test
run: npm test
run: npm ci

0 comments on commit 05cf824

Please sign in to comment.