mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: add several missing test steps for GHA (#42479)
This commit is contained in:
@@ -8,6 +8,9 @@ if [ "`uname`" == "Darwin" ]; then
|
||||
fi
|
||||
elif [ "`uname`" == "Linux" ]; then
|
||||
BUILD_TYPE="linux"
|
||||
else
|
||||
echo "Unsupported platform"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
GENERATED_ARTIFACTS="generated_artifacts_${BUILD_TYPE}_${TARGET_ARCH}"
|
||||
|
||||
@@ -8,6 +8,9 @@ if [ "`uname`" == "Darwin" ]; then
|
||||
fi
|
||||
elif [ "`uname`" == "Linux" ]; then
|
||||
BUILD_TYPE="linux"
|
||||
else
|
||||
echo "Unsupported platform"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
GENERATED_ARTIFACTS="generated_artifacts_${BUILD_TYPE}_${TARGET_ARCH}"
|
||||
|
||||
Reference in New Issue
Block a user