Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-grz committed Dec 23, 2024
1 parent 8e70fb3 commit 4634d88
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,10 @@ jobs:
- name: Execute xray
working-directory: xray
run: |
pipenv run python run.py --wg native --ascii --save-output
pipenv run python run.py --wg neptun --ascii --save-output --disable-drop-privileges
- name: Upload graph results
uses: actions/upload-artifact@v4
with:
name: xray-results
path: xray/results/*.png
pipenv run python run.py --wg native --ascii --save-output --test-type crypto --count 10000
pipenv run python run.py --wg native --ascii --save-output --test-type plaintext --count 10000
pipenv run python run.py --wg neptun --ascii --save-output --test-type crypto --count 10000 --disable-drop-privileges
pipenv run python run.py --wg neptun --ascii --save-output --test-type plaintext --count 10000 --disable-drop-privileges
- name: Results
working-directory: xray/results
run: |
Expand Down

0 comments on commit 4634d88

Please sign in to comment.