From ecea6160c8c1667ee5a1826fa81113ad92de2d61 Mon Sep 17 00:00:00 2001 From: mahanadh Date: Sat, 5 Mar 2022 01:15:50 +0545 Subject: [PATCH] Test fix for workflow issue --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f5346264..4bd491a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,6 @@ jobs: uses: actions/checkout@v2 - name: Build the stack run: docker-compose up -d - - name: Test - run: docker run --network container:qa-webapp appropriate/curl -s --retry 10 --retry-connrefused http://localhost:3567/ - name: Install dependencies run: npm install working-directory: ./e2e