Skip to content

Commit

Permalink
fix: Continue to work on GH action.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhazen committed Sep 6, 2024
1 parent 8b24360 commit 3330772
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,19 @@ jobs:
customParameters: -createSolution -executeMethod UnityEditor.SyncVS.SyncSolution
continue-on-error: true

- name: Run ls on current directory
# Used to explore the contents of various directories while workflow is
# being developed.
- name: Investigate
run: |
ls -al
ls -al /opt/unity/Editor/
continue-on-error: true

# Used to explore the contents of various directories while workflow is
# being developed.
- name: Investigate
run: |
ls -al /github/workspace/build/StandaloneLinux64/
continue-on-error: true

# Search for Unity executable in common locations
- name: Find Unity Editor on the runner
Expand Down

0 comments on commit 3330772

Please sign in to comment.