Skip to content

Commit 97a022a

Browse files
committed
remove the listene command
1 parent 6d1ceca commit 97a022a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,9 @@ jobs:
3636
echo "PORT2=$(( (RANDOM % 1000) + 4000 ))" >> $GITHUB_ENV
3737
echo "PORT3=$(( (RANDOM % 1000) + 5000 ))" >> $GITHUB_ENV
3838
39-
- name: Print open ports before test
40-
run: lsof -i -P -n | grep LISTEN || true
41-
4239
- name: Run the test suite
4340
run: PORT1=$PORT1 PORT2=$PORT2 PORT3=$PORT3 bundle exec rake
4441
env:
4542
PORT1: ${{ env.PORT1 }}
4643
PORT2: ${{ env.PORT2 }}
4744
PORT3: ${{ env.PORT3 }}
48-
49-
- name: Print open ports after test
50-
if: always()
51-
run: lsof -i -P -n | grep LISTEN || true

0 commit comments

Comments
 (0)