Skip to content

Commit

Permalink
fix: test ci runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Ringrose committed Mar 2, 2024
1 parent 0d1e03b commit 68f5f57
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ jobs:
run: bun install

- name: bun run
run: npm run test:bun

- name: bun stop
run: kill -9 <(lsof -i :7777 -t)
run: npm run test:bun && kill -9 <(lsof -i :7777 -t)

test-run-wrangler:
runs-on: ubuntu-latest
Expand All @@ -77,7 +74,4 @@ jobs:
run: npm install -g wrangler

- name: wrangler dev
run: npm run test:cfw

- name: wrangler stop
run: kill -9 <(lsof -i :7777 -t)
run: npm run test:cfw && kill -9 <(lsof -i :7777 -t)

1 comment on commit 68f5f57

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 68f5f57 Mar 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "preact-render-to-string" not prefixed with / or ./ or ../

Please sign in to comment.