Skip to content

Commit

Permalink
ci: fixes deno ci
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Mar 21, 2023
1 parent d583689 commit 3950a90
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 243 deletions.
131 changes: 0 additions & 131 deletions .github/workflows/benchmark-comparison.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/ci.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pnpm install
- name: Prepare for Deno
run: |
sh tests/ci/build.sh
sed -i'' -E -e 's#from "([^.])#from "npm:\1#' tests/ci/non-node-ci-runner.js
sh ./packages/orama/tests/ci/build.sh
sed -i'' -E -e 's#from "([^.])#from "npm:\1#' ./packages/orama/tests/ci/non-node-ci-runner.js
- name: Run Tests
run: deno run --allow-read --allow-env tests/ci/non-node-ci-runner.js | node_modules/.bin/tap-mocha-reporter spec
run: deno run --allow-read --allow-env ./packages/orama/tests/ci/non-node-ci-runner.js | ./packages/orama/node_modules/.bin/tap-mocha-reporter spec
74 changes: 0 additions & 74 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 3950a90

Please sign in to comment.