Skip to content

Commit

Permalink
Add troubleshoot steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRicardo-Zoetis committed Jan 2, 2025
1 parent 2ee9bf7 commit 27af0e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
- name: troubleshoot
run: |
ls -al
pwd
- name: Setup
run: scripts/install-deps.sh -a
- name: Build tests
Expand Down

0 comments on commit 27af0e0

Please sign in to comment.