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-deno.sh
Executable file
18
test/test_alpine-deno.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Testing alpine-deno image..."
|
||||
|
||||
# Test NVM
|
||||
echo "Testing NVM..."
|
||||
nvm --version
|
||||
|
||||
# Test Node.js
|
||||
echo "Testing Node.js..."
|
||||
node --version
|
||||
|
||||
# Test Deno
|
||||
echo "Testing Deno..."
|
||||
deno --version
|
||||
|
||||
echo "alpine-deno tests passed!"
|
||||
Reference in New Issue
Block a user