Skip to content

Commit 9b1d718

Browse files
committed
try old test-website
1 parent c203467 commit 9b1d718

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,21 @@ jobs:
9292
- uses: actions/setup-python@v4
9393
with:
9494
python-version: ${{ env.PYTHON_VERSION }}
95-
- uses: denoland/setup-deno@v1
96-
with:
97-
deno-version: ${{ env.DENO_VERSION }}
98-
- name: Cache deno dir
99-
uses: actions/cache@v3
95+
- uses: abatilo/actions-poetry@v2
10096
with:
101-
path: ${{ env.DENO_DIR }}
102-
key: deno-mac-${{ hashFiles('**/deno.lock') }}
103-
- uses: metatypedev/setup-ghjk@v1
104-
- name: Cache .venv dir
105-
uses: actions/cache@v3
97+
poetry-version: ${{ env.POETRY_VERSION }}
98+
- uses: actions/cache@v3
10699
with:
107100
path: .venv
108101
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}
102+
- uses: pnpm/[email protected]
103+
with:
104+
version: ${{ env.PNPM_VERSION }}
105+
- uses: actions/setup-node@v4
106+
with:
107+
node-version: ${{ env.NODE_VERSION }}
108+
cache: "pnpm"
109+
cache-dependency-path: website/pnpm-lock.yaml
109110
- run: |
110111
python3 -m venv .venv
111112
source .venv/bin/activate

0 commit comments

Comments
 (0)