Skip to content

Commit 6b4ff2c

Browse files
committed
Hopefully fix ci post
1 parent 08ef6f2 commit 6b4ff2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
minecraft-version: ['1.21', '1.21.1', '1.21.2', '1.21.3', '1.21.4']
14+
minecraft-version: ['1.21', '1.21.1', '1.21.3', '1.21.4']
1515

1616
services:
1717
minecraft:
@@ -74,5 +74,5 @@ jobs:
7474
- name: Test API endpoint
7575
run: |
7676
# Test that the API is responding
77-
curl -f -H "Authorization: TestKey" http://localhost:7001/v1/ping || (echo "API endpoint not responding" && exit 1)
77+
curl -f -H "Authorization: TestKey" http://localhost:7000/v1/ping || (echo "API endpoint not responding" && exit 1)
7878
echo "API endpoint is working!"

0 commit comments

Comments
 (0)