mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
ci(package): run yarn before testing
This commit is contained in:
parent
41d807dec4
commit
ddbd4617f1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/package-pr.yaml
vendored
3
.github/workflows/package-pr.yaml
vendored
|
@ -100,6 +100,9 @@ jobs:
|
|||
PACKAGES_JSON=$(docker run --network container:api appropriate/curl -s http://localhost:6969/packages)
|
||||
echo $PACKAGES_JSON
|
||||
|
||||
echo Getting CLI ready
|
||||
docker run -v "$PWD/cli:/app" --entrypoint yarn node:15
|
||||
|
||||
for package in $(jq -r '.[] | "\(.language)-\(.language_version)"' <<< "$PACKAGES_JSON")
|
||||
do
|
||||
echo "Testing $package"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue