Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
7pandeys committed Aug 20, 2024
1 parent 4a7216c commit 00abfd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- run: python --version
- run: curl -sSL https://install.python-poetry.org | python3 -
- run: cd ${{ github.workspace }}/Basic/Basic_Of_Python
# - run: cd ${{ github.workspace }}/Basic/Basic_Of_Python
- run: poetry install
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand All @@ -19,4 +19,6 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
cd ${{ github.workspace }}
cd Basic
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 00abfd2

Please sign in to comment.