2024.11.0-yumechinokuni.7 #41
1 changed files with 37 additions and 37 deletions
|
@ -59,40 +59,40 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pnpm --filter backend test-and-coverage
|
run: pnpm --filter backend test-and-coverage
|
||||||
|
|
||||||
e2e:
|
# e2e:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
#
|
||||||
strategy:
|
# strategy:
|
||||||
matrix:
|
# matrix:
|
||||||
node-version: [22.11.0]
|
# node-version: [22.11.0]
|
||||||
|
#
|
||||||
services:
|
# services:
|
||||||
postgres:
|
# postgres:
|
||||||
image: l1drm/postgres-pgroonga:alpine-15-znver4
|
# image: l1drm/postgres-pgroonga:alpine-15-znver4
|
||||||
env:
|
# env:
|
||||||
POSTGRES_DB: test-misskey
|
# POSTGRES_DB: test-misskey
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
# POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
redis:
|
# redis:
|
||||||
image: redis:7
|
# image: redis:7
|
||||||
|
#
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
# - uses: actions/checkout@v4.1.1
|
||||||
with:
|
# with:
|
||||||
submodules: true
|
# submodules: true
|
||||||
- name: Install pnpm
|
# - name: Install pnpm
|
||||||
uses: pnpm/action-setup@v4
|
# uses: pnpm/action-setup@v4
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
# - name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v4.0.4
|
# uses: actions/setup-node@v4.0.4
|
||||||
with:
|
# with:
|
||||||
node-version: ${{ matrix.node-version }}
|
# node-version: ${{ matrix.node-version }}
|
||||||
cache: 'pnpm'
|
# cache: 'pnpm'
|
||||||
- run: corepack enable
|
# - run: corepack enable
|
||||||
- run: pnpm i --frozen-lockfile
|
# - run: pnpm i --frozen-lockfile
|
||||||
- name: Check pnpm-lock.yaml
|
# - name: Check pnpm-lock.yaml
|
||||||
run: git diff --exit-code pnpm-lock.yaml
|
# run: git diff --exit-code pnpm-lock.yaml
|
||||||
- name: Copy Configure
|
# - name: Copy Configure
|
||||||
run: cp .forgejo/misskey/test.yml .config
|
# run: cp .forgejo/misskey/test.yml .config
|
||||||
- name: Build
|
# - name: Build
|
||||||
run: pnpm build
|
# run: pnpm build
|
||||||
- name: Test
|
# - name: Test
|
||||||
run: pnpm --filter backend test-and-coverage:e2e
|
# run: pnpm --filter backend test-and-coverage:e2e
|
Loading…
Add table
Reference in a new issue