Skip to content

Commit

Permalink
split examples test and build
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Jul 26, 2024
1 parent 5fb11bd commit 0fb7f61
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-test-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ jobs:

- name: Build Passport Example Projects
run: yarn build:passport-examples

test:
name: Test
runs-on: ubuntu-latest-4-cores
env:
NODE_OPTIONS: --max-old-space-size=14366
steps:
- name: Checkout
uses: actions/checkout@v4

- name: setup
uses: ./.github/actions/pr-setup

- name: Run Passport Example Tests
run: yarn test:passport-examples
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
],

webServer: {
command: "yarn start",
command: "yarn dev",
url: "http://localhost:3000",
reuseExistingServer: !process.env.CI,
},
Expand Down

0 comments on commit 0fb7f61

Please sign in to comment.