Skip to content

Commit

Permalink
chore: remove test (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Nov 28, 2023
1 parent 2c77529 commit b3c62d1
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,8 @@ concurrency:
cancel-in-progress: true

jobs:
test:
name: 🧪 Test
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 20

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
with:
useLockFile: false

- name: 🧪 Test
run: npm run test

release:
name: 🚀 Release
needs: [test]
runs-on: ubuntu-latest
if:
${{ github.repository == 'epicweb-dev/restore-scroll' &&
Expand Down

0 comments on commit b3c62d1

Please sign in to comment.