feat(ci): switch CI to use @git.zone/tsdocker and add tsdocker config and image tests
This commit is contained in:
18
test/test_alpine-bun.sh
Executable file
18
test/test_alpine-bun.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Testing alpine-bun image..."
|
||||
|
||||
# Test NVM
|
||||
echo "Testing NVM..."
|
||||
nvm --version
|
||||
|
||||
# Test Node.js
|
||||
echo "Testing Node.js..."
|
||||
node --version
|
||||
|
||||
# Test Bun
|
||||
echo "Testing Bun..."
|
||||
bun --version
|
||||
|
||||
echo "alpine-bun tests passed!"
|
||||
Reference in New Issue
Block a user