Skip to content

Commit b3c62d1

Browse files
committed
chore: remove test (for now)
1 parent 2c77529 commit b3c62d1

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,8 @@ concurrency:
55
cancel-in-progress: true
66

77
jobs:
8-
test:
9-
name: 🧪 Test
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: ⬇️ Checkout repo
13-
uses: actions/checkout@v4
14-
15-
- name: ⎔ Setup node
16-
uses: actions/setup-node@v4
17-
with:
18-
node-version: 20
19-
20-
- name: 📥 Download deps
21-
uses: bahmutov/npm-install@v1
22-
with:
23-
useLockFile: false
24-
25-
- name: 🧪 Test
26-
run: npm run test
27-
288
release:
299
name: 🚀 Release
30-
needs: [test]
3110
runs-on: ubuntu-latest
3211
if:
3312
${{ github.repository == 'epicweb-dev/restore-scroll' &&

0 commit comments

Comments
 (0)