Skip to content

Commit

Permalink
chore: remove song suggestion test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkolhe committed Mar 16, 2024
1 parent cda535b commit f924036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on: [push, pull_request]
jobs:
ci:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand All @@ -18,7 +18,7 @@ jobs:
- run: bun install

- name: Run Tests Locally
run: bun test
run: bun run test

- name: Deploy to Staging
id: deploy-vercel-staging
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Run Tests Against Staging
env:
VERCEL_URL: ${{ steps.deploy-vercel-staging.outputs.preview-url }}
run: bun test
run: bun run test

- name: Deploy to Production
uses: amondnet/vercel-action@v20
Expand Down

This file was deleted.

0 comments on commit f924036

Please sign in to comment.