We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd66cdb commit 8de8677Copy full SHA for 8de8677
.github/workflows/test.yml
@@ -73,9 +73,6 @@ jobs:
73
- name: Wait for services to be ready
74
run: sleep 30
75
76
- - name: Install websocat
77
- run: sudo apt-get install -y websocat
78
-
79
- name: Run Tests
80
env:
81
FRONTEND_URL: ${{ vars.FRONTEND_URL }}
@@ -90,6 +87,6 @@ jobs:
90
87
echo "Testing Frontend..."
91
88
curl -fsSL -o /dev/null $FRONTEND_URL && echo "Frontend is up"
92
89
echo "Testing Matching Service..."
93
- websocat $MATCHING_SERVICE_URL --ping && echo "Matching Service is up"
+ # Add in test for matching service in the future
94
95
# We can add more tests here
0 commit comments