Skip to content

Commit

Permalink
Update build and run scripts in manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Icyadam14 committed Oct 10, 2024
1 parent 8348d4c commit 7e1597a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ jobs:
sudo apt-get -y install python3-pip
pip3 install -r requirements.txt
# Run the build script
- name: Build
run: |
chmod +x scripts/build.sh
scripts/build.sh
# Run the run script
- name: Run
run: |
chmod +x scripts/run.sh
scripts/run.sh
# Success message
- name: Success
run: echo "Success!"
Expand Down

0 comments on commit 7e1597a

Please sign in to comment.