Skip to content

Commit 0cc82dc

Browse files
authored
add service hijacking to add to file not overwrite (#1067)
Signed-off-by: Paige Patton <prubenda@redhat.com>
1 parent 269e21e commit 0cc82dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
echo "test_node" >> ./CI/tests/functional_tests
9696
echo "test_pod" >> ./CI/tests/functional_tests
9797
echo "test_pod_error" >> ./CI/tests/functional_tests
98-
echo "test_service_hijacking" > ./CI/tests/functional_tests
98+
echo "test_service_hijacking" >> ./CI/tests/functional_tests
9999
echo "test_pod_network_filter" >> ./CI/tests/functional_tests
100100
echo "test_pod_server" >> ./CI/tests/functional_tests
101101
echo "test_time" >> ./CI/tests/functional_tests

0 commit comments

Comments
 (0)