mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 04:48:40 -09:00
try fix ci
This commit is contained in:
parent
efc6d65f67
commit
2a88efe8d8
1 changed files with 4 additions and 14 deletions
16
.github/actions/build/action.yml
vendored
16
.github/actions/build/action.yml
vendored
|
|
@ -39,14 +39,10 @@ runs:
|
||||||
python3 -m pip install $EXTRA_ARGS packaging setuptools
|
python3 -m pip install $EXTRA_ARGS packaging setuptools
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Get yarn cache directory path
|
- uses: actions/cache@v4
|
||||||
shell: bash
|
if: github.event_name == 'push'
|
||||||
id: yarn-cache-dir-path
|
|
||||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- uses: actions/cache/restore@v4
|
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
path: .yarn/cache
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
@ -152,12 +148,6 @@ runs:
|
||||||
name: pr_num
|
name: pr_num
|
||||||
path: ./pr_num.txt
|
path: ./pr_num.txt
|
||||||
|
|
||||||
- uses: actions/cache/save@v4
|
|
||||||
if: github.event_name == 'push'
|
|
||||||
with:
|
|
||||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
|
||||||
|
|
||||||
# - name: Run E2E Tests (non-Linux)
|
# - name: Run E2E Tests (non-Linux)
|
||||||
# if: runner.os != 'Linux'
|
# if: runner.os != 'Linux'
|
||||||
# shell: bash
|
# shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue