Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
gflohr committed Jan 8, 2025
1 parent a7458e7 commit 1375e0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-quick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,5 @@ jobs:
- name: Install dependencies
run: bun install

- name: Node.js Version
run: node -v

- name: List Node Modules
run: ls node_modules/

- name: Run tests
run: bun run test
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,5 @@ jobs:
- name: Install dependencies
run: bun install

- name: Node.js Version
run: node -v

- name: List Node Modules
run: ls node_modules/

- name: Run tests
run: bun run test

0 comments on commit 1375e0e

Please sign in to comment.