Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek authored Dec 6, 2023
1 parent f88aa81 commit e4cb1d5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
runs-on: self-hosted

steps:
- name: TEST
run: |
ls
pwd
- uses: actions/checkout@v4
- name: LS command
run: ls
- name: PWD command
run: pwd
- name: cp command
run: cp * /home/alex/VDI-API-INSA

0 comments on commit e4cb1d5

Please sign in to comment.