From 0cf950bb355b19d483290cf836903c23200de8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=91=E3=81=A3=E3=81=A1?= <50144466+sim1222@users.noreply.github.com> Date: Mon, 21 Mar 2022 19:38:59 +0900 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 70 +++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e9585f96..096bc220c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,44 +8,44 @@ on: pull_request: jobs: - mocha: - runs-on: ubuntu-latest + #mocha: + # runs-on: ubuntu-latest - strategy: - matrix: - node-version: [16.x] + # strategy: + # matrix: + # node-version: [16.x] - services: - postgres: - image: postgres:13 - ports: - - 54312:5432 - env: - POSTGRES_DB: test-misskey - POSTGRES_HOST_AUTH_METHOD: trust - redis: - image: redis:6 - ports: - - 56312:6379 + # services: + # postgres: + # image: postgres:13 + # ports: + # - 54312:5432 + # env: + # POSTGRES_DB: test-misskey + # POSTGRES_HOST_AUTH_METHOD: trust + # redis: + # image: redis:6 + # ports: + # - 56312:6379 - steps: - - uses: actions/checkout@v2 - with: - submodules: true - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: Install dependencies - run: yarn install - - name: Check yarn.lock - run: git diff --exit-code yarn.lock - - name: Copy Configure - run: cp .github/misskey/test.yml .config - - name: Build - run: yarn build - - name: Test - run: yarn mocha + # steps: + # - uses: actions/checkout@v2 + # with: + # submodules: true + # - name: Use Node.js ${{ matrix.node-version }} + # uses: actions/setup-node@v1 + # with: + # node-version: ${{ matrix.node-version }} + # - name: Install dependencies + # run: yarn install + # - name: Check yarn.lock + # run: git diff --exit-code yarn.lock + # - name: Copy Configure + # run: cp .github/misskey/test.yml .config + # - name: Build + # run: yarn build + # - name: Test + # run: yarn mocha e2e: runs-on: ubuntu-latest