Skip to content

Commit

Permalink
Refactor GitHub Actions workflow for test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Oct 30, 2024
1 parent 339c947 commit cec3f62
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,9 +1,5 @@
name: Test

env:
REDIS_URL: ${{ secrets.TEST_REDIS_URL }}
DATABASE_URL: ${{ secrets.TEST_DATABASE_URL }}

on:
push:
branches: [main]
Expand Down Expand Up @@ -31,4 +27,6 @@ jobs:

- name: Flush Redis 🧹
working-directory: ./packages/db
env:
REDIS_URL: ${{ secrets.TEST_REDIS_URL }}
run: pnpm redis:flush

1 comment on commit cec3f62

@vercel
Copy link

@vercel vercel bot commented on cec3f62 Oct 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./

web-heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
heyxyz.vercel.app
hey.xyz

Please sign in to comment.