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 5f84c54
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 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 @@ -225,10 +217,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 +418,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 5f84c54

Please sign in to comment.