[Tests] move sourcing suite to GHA

This commit is contained in:
Jordan Harband
2024-08-22 13:30:55 -07:00
parent df70535248
commit 0d53381666
10 changed files with 45 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
die () { echo "$@" ; exit 1; }
die () { echo "$*" ; echo "|${NVM_DIR}|"; exit 1; }
echo '0.10.1' > ../../alias/default || die "couldn't create default alias"