mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-05 20:42:20 +08:00
Removing test files
This commit is contained in:
parent
bde4840b6f
commit
8148c8b160
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
# script/bootstrap: Resolve dependencies that the application requires to run.
|
||||
|
||||
# Exit if any subcommand fails
|
||||
set -e
|
||||
|
||||
# Ensure we're always running from the project root
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
if [ -f "Brewfile" ] && [ "$(uname -s)" = "Darwin" ]; then
|
||||
brew bundle check >/dev/null 2>&1 || {
|
||||
echo "==> Installing Homebrew dependencies…"
|
||||
brew bundle
|
||||
}
|
||||
fi
|
||||
10
script/test
10
script/test
@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Exit if any subcommand fails
|
||||
set -e
|
||||
|
||||
# Ensure we're always running from the project root
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
bats test/*.bats
|
||||
shellcheck *.sh
|
||||
@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
echo "Fake yarn"
|
||||
Loading…
x
Reference in New Issue
Block a user