Skip to content

Commit

Permalink
chore: revert opentelemetry upgrade (#118)
Browse files Browse the repository at this point in the history
* chore: dedupe lockfile

* ci: correct test workflow name

* chore: revert opentelemetry upgrade

* chore: require unkey/api build before nuxt test

* ci: expose key
  • Loading branch information
danielroe authored Jul 6, 2023
1 parent 6979192 commit b6c5278
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 829 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy API
name: Test

on:
push:
Expand All @@ -25,3 +25,5 @@ jobs:

- name: 🧪 Test project
run: pnpm turbo test --filter=@unkey/nuxt
env:
NUXT_TEST_KEY: ${{secrets.NUXT_TEST_KEY}}
Loading

1 comment on commit b6c5278

@vercel
Copy link

@vercel vercel bot commented on b6c5278 Jul 6, 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 – ./

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

Please sign in to comment.