Skip to content

Commit

Permalink
chore(deploy-api.yaml): update test command in Test job to include ad…
Browse files Browse the repository at this point in the history
…ditional options

fix(deploy-api.yaml): remove unnecessary installation of bun package
  • Loading branch information
chronark committed Dec 12, 2023
1 parent 465f3d2 commit 094af4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,9 @@ jobs:
- name: Install
uses: ./.github/actions/pnpm

- name: Install bun
run: npm i -g bun


- name: Test
run: bun test src/routes --coverage
run: bun test src/routes --coverage --timeout 10000 --rerun-each 10
working-directory: apps/api
env:
UNKEY_ROOT_KEY: "not-empty" # this is not requried for these tests, but it is required for the env validation, I should fix this
Expand Down

1 comment on commit 094af4b

@vercel
Copy link

@vercel vercel bot commented on 094af4b Dec 12, 2023

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:

unkey – ./apps/web

unkey-git-main-unkey.vercel.app
unkey.dev
unkey.vercel.app
unkey-unkey.vercel.app
www.unkey.dev

Please sign in to comment.