Skip to content

Commit

Permalink
disable deno tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmcd committed Apr 16, 2024
1 parent 92d690b commit e82a4bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ci

on: [push, pull_request]
on: [push]

jobs:
test:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm run test
env:
CI: true
- name: deno test
run: |
cd deno-guest
deno test
# - name: deno test
# run: |
# cd deno-guest
# deno test

0 comments on commit e82a4bd

Please sign in to comment.