mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(ci): fix ci test flow (#1301)
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -45,10 +45,13 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Initialize sandbox
|
- name: Create Sandbox Directory
|
||||||
run: |
|
run: |
|
||||||
SANDBOX_DIR=$(mktemp -d) || exit 1
|
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
|
./makem.sh -vv --sandbox $SANDBOX_DIR --install-deps --install-linters
|
||||||
|
|
||||||
# The "all" rule is not used, because it treats compilation warnings
|
# The "all" rule is not used, because it treats compilation warnings
|
||||||
|
Reference in New Issue
Block a user