Skip to content

Commit

Permalink
b0rked test.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaal committed Aug 29, 2023
1 parent b0598d6 commit e59e6d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: [push]
jobs:
build:

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.7]
Expand Down Expand Up @@ -73,6 +73,7 @@ jobs:
response=$(curl 127.0.0.1:5000/list --write-out '%{http_code}' --output /dev/null --silent)
if [[ $response -ne "200" ]]; then exit -1; fi
- name: Test socket
run: |
compound-splitters-nl-socket &
sleep 1
response=$(echo -e 'test,never' | telnet localhost 7005 | grep Connected )
Expand Down

0 comments on commit e59e6d2

Please sign in to comment.