Skip to content

Commit

Permalink
added logs dir creation command in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
Marios-Mamalis committed Dec 17, 2024
1 parent 3eddcbf commit 54d8a69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Create logs directory
run: mkdir logs

- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand All @@ -31,6 +34,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Create logs directory
run: mkdir logs

- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 54d8a69

Please sign in to comment.