Skip to content

Commit

Permalink
technical debt
Browse files Browse the repository at this point in the history
  • Loading branch information
e154 committed Aug 26, 2024
1 parent 5b0ef79 commit c013dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: public_build
path: /home/delta54/actions-runner/_work/smart-home/smart-home
path: /home/delta54/actions-runner/_work/smart-home/smart-home/build
- name: Display structure of downloaded files
run: ls -R /home/delta54/actions-runner/_work/smart-home/smart-home
run: ls -R /home/delta54/actions-runner/_work/smart-home/smart-home/build

- name: Go mod tidy
run: |
Expand Down

0 comments on commit c013dba

Please sign in to comment.