Skip to content

Commit

Permalink
test: add deno system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Nov 10, 2023
1 parent c848076 commit 3da69c4
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deno-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
branches:
- main
pull_request:
name: deno
jobs:
deno-system-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: "^1.38.0"
- run: deno test --allow-all system-test/deno/storage.ts
Loading

0 comments on commit 3da69c4

Please sign in to comment.