Skip to content

Commit 8de8677

Browse files
committed
Temporarily remove test for matching service
1 parent dd66cdb commit 8de8677

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ jobs:
7373
- name: Wait for services to be ready
7474
run: sleep 30
7575

76-
- name: Install websocat
77-
run: sudo apt-get install -y websocat
78-
7976
- name: Run Tests
8077
env:
8178
FRONTEND_URL: ${{ vars.FRONTEND_URL }}
@@ -90,6 +87,6 @@ jobs:
9087
echo "Testing Frontend..."
9188
curl -fsSL -o /dev/null $FRONTEND_URL && echo "Frontend is up"
9289
echo "Testing Matching Service..."
93-
websocat $MATCHING_SERVICE_URL --ping && echo "Matching Service is up"
90+
# Add in test for matching service in the future
9491
9592
# We can add more tests here

0 commit comments

Comments
 (0)