Skip to content

Commit

Permalink
add Message Validating Client and Server Test
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 4f37143 commit e184ad3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/Message Validating Client and Server Test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Message Validating Client and Server Test

on:
push:
branches: [ "main" ]

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Test Run
run: |
cd Message\ Validating\ Client\ and\ Server
sudo python3 server.py 7894 Message_File_Students/Advanced-message/key.txt & sudo python3 client.py localhost 7894 Message_File_Students/Advanced-message/message3.txt Message_File_Students/Advanced-message/signature3.txt

0 comments on commit e184ad3

Please sign in to comment.