Skip to content

Commit

Permalink
Fixed workflow file error
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Sinha <[email protected]>
  • Loading branch information
sinha108 committed Sep 30, 2023
1 parent 0b2ac60 commit f1eb4d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tkltest_ui_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
run: |
df -h
- name: disk space before cleanup
run: df -k
- name: Free up Ubuntu Runner disk space
uses: jlumbroso/free-disk-space@main
with:
Expand All @@ -50,8 +50,8 @@ jobs:
haskell: true
large-packages: true
swap-storage: true
run: |
df -h
- name: disk space after cleanup
run: df -k
- name: Set up Python ${{ matrix.version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit f1eb4d7

Please sign in to comment.