Skip to content

Commit

Permalink
test rust serverless functions
Browse files Browse the repository at this point in the history
  • Loading branch information
setsun committed Jun 27, 2023
1 parent 6dd21e2 commit 1c3cbcf
Show file tree
Hide file tree
Showing 10 changed files with 1,125 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm ci
run: pnpm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
target/
.next/
.DS_STORE
.env
Expand Down
1 change: 1 addition & 0 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
Loading

1 comment on commit 1c3cbcf

@vercel
Copy link

@vercel vercel bot commented on 1c3cbcf Jun 27, 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:

setsun-xyz – ./

setsun-xyz-git-main-setsun.vercel.app
www.setsun.xyz
setsun.xyz
setsun-xyz-setsun.vercel.app

Please sign in to comment.