From d8e1c0dee5c551cc50c02352742a099f4a4cfc1a Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Mon, 22 Jul 2024 17:35:48 +0200 Subject: [PATCH] x --- .github/workflows/test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c304a2de..a79c4c06 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,12 +8,12 @@ env: COUCHDB_PASSWORD: abc123 jobs: - container-job: - runs-on: ubuntu-latest - container: node:16-bullseye - services: - couchdb: - image: couchdb:2.2.0 +# container-job: +# runs-on: ubuntu-latest +# container: node:16-bullseye +# services: +# couchdb: +# image: couchdb:2.2.0 test: strategy: matrix: