Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pymmdrza authored Sep 26, 2023
1 parent 7635145 commit 804d380
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run cryptofuzz command
on:
push:
branches:
- main
- CLI

jobs:
run-command:
Expand All @@ -17,10 +17,11 @@ jobs:
with:
python-version: 3.9

- name: Install dependencies
- name: Run install script
run: |
python -m pip install --upgrade pip
pip install -e .
chmod +x install.sh
./install.sh
- name: Execute cryptofuzz command
run: python cryptofuzz --generate --total 10

- name: Run cryptofuzz command
run: cryptofuzz --generate --total 10

0 comments on commit 804d380

Please sign in to comment.