Skip to content

Commit

Permalink
ci: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Nov 8, 2024
1 parent 51477fc commit 8c7c5be
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ jobs:
run: npm install @upstash/workflow@file:../../dist
working-directory: examples/cloudflare-workers

- name: Build Project
run: npm run build
working-directory: examples/cloudflare-workers

- name: Run example
run: npm run dev &
working-directory: examples/cloudflare-workers
Expand Down Expand Up @@ -102,10 +98,6 @@ jobs:
run: npm install @upstash/workflow@file:../../dist
working-directory: examples/cloudflare-workers-hono

- name: Build Project
run: npm run build
working-directory: examples/cloudflare-workers-hono

- name: Run example
run: npm run dev &
working-directory: examples/cloudflare-workers-hono
Expand Down Expand Up @@ -184,10 +176,6 @@ jobs:
run: npm install @upstash/workflow@file:../../dist
working-directory: examples/hono

- name: Build Project
run: npm run build
working-directory: examples/hono

- name: Run example
run: npm run dev &
working-directory: examples/hono
Expand Down Expand Up @@ -225,10 +213,6 @@ jobs:
run: npm install @upstash/workflow@file:../../dist
working-directory: examples/image-gen-with-workflow

- name: Build Project
run: npm run build
working-directory: examples/image-gen-with-workflow

- name: Run example
run: npm run dev &
working-directory: examples/image-gen-with-workflow
Expand Down Expand Up @@ -430,9 +414,9 @@ jobs:
run: npm install @upstash/workflow@file:../../dist
working-directory: examples/solidjs

- name: Build Project
run: npm run build
working-directory: examples/solidjs
# - name: Build Project
# run: npm run build
# working-directory: examples/solidjs

- name: Run example
run: npm run dev &
Expand Down

0 comments on commit 8c7c5be

Please sign in to comment.