Skip to content

Commit

Permalink
why did this not work
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph T. McQuigg <J.T.McQuigg12@gmail.com>
  • Loading branch information
JT122406 committed Dec 13, 2023
1 parent 3bafc1a commit 6c7a515
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Move to directory
run: |
cd Message\ Validating\ Client\ and\ Server
- name: Basic Message Test Run
run: |
cd Message\ Validating\ Client\ and\ Server
sudo python3 server.py 7894 Message_File_Students/Basic-message/key.txt & sudo python3 client.py localhost 7894 Message_File_Students/Basic-message/message1.txt Message_File_Students/Basic-message/signature1.txt
- name: Medium Message Test Run
run: |
Expand Down

0 comments on commit 6c7a515

Please sign in to comment.