(ci): fix ci test flow (#1301)

This commit is contained in:
Jethro Kuan
2020-11-18 18:07:05 +08:00
committed by GitHub
parent 61e01430e0
commit 8efec080e0

View File

@ -45,10 +45,13 @@ jobs:
- uses: actions/checkout@v2
- name: Initialize sandbox
- name: Create Sandbox Directory
run: |
SANDBOX_DIR=$(mktemp -d) || exit 1
echo ::set-env name=SANDBOX_DIR::$SANDBOX_DIR
echo "SANDBOX_DIR=$SANDBOX_DIR" >> $GITHUB_ENV
- name: Initialize Sandbox
run: |
./makem.sh -vv --sandbox $SANDBOX_DIR --install-deps --install-linters
# The "all" rule is not used, because it treats compilation warnings