Skip to content

Commit 186d695

Browse files
testing ci
1 parent 2e83466 commit 186d695

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_ips.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
sudo apt-get update
2323
sudo apt-get install -y jq
2424
pip install ipmgr
25-
- name: Create results file
26-
run: echo "" > results.txt
25+
26+
- name: Create results file
27+
run: echo "" > results.txt
2728

2829
- name: Read and process JSON
2930
id: process_json

0 commit comments

Comments
 (0)