Skip to content

Commit

Permalink
CI-prod: remove -P from the failing cmd to see if this is the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Aug 31, 2024
1 parent 1b4ee00 commit 1d2cb04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:


- name: Test 2
run: python3 slips.py -t -e 1 -f dataset/test7-malicious.pcap -o output/integration_tests/test_configuration_file -P 6667
run: python3 slips.py -t -e 1 -f dataset/test7-malicious.pcap -o output/integration_tests/test_configuration_file -c tests/integration_tests/test.yaml -m

- name: Run Integration Tests for ${{ matrix.test_file }}
run: |
Expand Down

0 comments on commit 1d2cb04

Please sign in to comment.