Skip to content

Commit

Permalink
add test (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 authored Jan 11, 2024
1 parent 458cf89 commit 57cffe6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/integration-test-macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Integration Test on MacOS

on:
workflow_dispatch:

jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Run integrationTest
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: |
npm ci
npm run integrationTest

0 comments on commit 57cffe6

Please sign in to comment.