Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 17, 2024
1 parent 7034ccc commit 1d43157
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v3

- name: "Show files"
run: ls -al
- name: "Show files"
run: |
cd /home/runner/work/dbt-common/
ls -al
cd /home/runner/work/dbt-common/dbt_common/.github/actions/setup-python-env
ls -al
- name: "Set up Python & Hatch - 3.11"
uses: ./.github/actions/setup-python-env
with:
Expand Down

0 comments on commit 1d43157

Please sign in to comment.