From 5fa39b3c6e245f37e96456a5c6881b5f85d12ffa Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 2 Feb 2026 12:28:26 +0900 Subject: [PATCH] Fix typo --- .github/workflows/harness-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/harness-ci.yml b/.github/workflows/harness-ci.yml index ce7aac7..b228f59 100644 --- a/.github/workflows/harness-ci.yml +++ b/.github/workflows/harness-ci.yml @@ -40,13 +40,13 @@ jobs: - name: Start test services (CouchDB) run: npm run test:docker-couchdb:start - if: ${{ inputs.testsuite == '' || inputs.testsuite == 'suite/' }} + if: ${{ inputs.testsuite == '' || inputs.testsuite == 'suite/' }} - name: Start test services (MinIO) run: npm run test:docker-s3:start - if: ${{ inputs.testsuite == '' || inputs.testsuite == 'suite/' }} + if: ${{ inputs.testsuite == '' || inputs.testsuite == 'suite/' }} - name: Start test services (Nostr Relay + WebPeer) run: npm run test:docker-p2p:start - if: ${{ inputs.testsuite == '' || inputs.testsuite == 'suitep2p/' }} + if: ${{ inputs.testsuite == '' || inputs.testsuite == 'suitep2p/' }} - name: Run tests suite if: ${{ inputs.testsuite == '' || inputs.testsuite == 'suite/' }} env: