We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1ceca commit 97a022aCopy full SHA for 97a022a
.github/workflows/cicd.yml
@@ -36,16 +36,9 @@ jobs:
36
echo "PORT2=$(( (RANDOM % 1000) + 4000 ))" >> $GITHUB_ENV
37
echo "PORT3=$(( (RANDOM % 1000) + 5000 ))" >> $GITHUB_ENV
38
39
- - name: Print open ports before test
40
- run: lsof -i -P -n | grep LISTEN || true
41
-
42
- name: Run the test suite
43
run: PORT1=$PORT1 PORT2=$PORT2 PORT3=$PORT3 bundle exec rake
44
env:
45
PORT1: ${{ env.PORT1 }}
46
PORT2: ${{ env.PORT2 }}
47
PORT3: ${{ env.PORT3 }}
48
49
- - name: Print open ports after test
50
- if: always()
51
0 commit comments