diff --git a/.drone.yml b/.drone.yml index 9932066..30a5b79 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,8 @@ steps: image: node:16 commands: - curl https://bun.sh/install | bash + - export BUN_INSTALL="$HOME/.bun" + - export PATH="$BUN_INSTALL/bin:$PATH" - bun run ../test-server.js - npm install - npm test @@ -20,6 +22,8 @@ steps: image: node commands: - curl https://bun.sh/install | bash + - export BUN_INSTALL="$HOME/.bun" + - export PATH="$BUN_INSTALL/bin:$PATH" - bun run ../test-server.js - npm install - npm test \ No newline at end of file