Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Apr 9, 2024
1 parent d18674c commit 9975524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Install deps
run: npm install
- name: Test
run: env PATH=${PATH}:`go env GOPATH`/bin bun run test
run: env PATH=${PATH}:`go env GOPATH`/bin npm test
2 changes: 1 addition & 1 deletion HOSTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide will walk you through the process of setting up your own instance of

- `node` LTS node (20.x or Higher)
- `openssl` required for signing certs
- `bun` (>= 1.1) and `go` (>= 1.22) for running tests
- `go` (>= 1.22) for running tests
- `find`, `grep`, `wc` (linux standard tools) for running stats
- A machine with public IP address installed

Expand Down

0 comments on commit 9975524

Please sign in to comment.