Skip to content

Commit

Permalink
emove console tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ebebbington committed May 15, 2024
1 parent 388e4f3 commit 8e62dfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,6 @@ jobs:
docker exec drivers deno test -A --config tsconfig.json --no-check=remote tests/integration
docker exec drivers deno test -A --config tsconfig.json --no-check=remote tests/unit
console-tests:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x

- name: Run Console Tests
run: |
deno test -A tests/console
linter:
# Only one OS is required since fmt is cross platform
runs-on: ubuntu-latest
Expand Down
27 changes: 0 additions & 27 deletions tests/console/bumper_test.ts

This file was deleted.

0 comments on commit 8e62dfb

Please sign in to comment.