Skip to content

Commit

Permalink
fix to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mauer4 committed Feb 11, 2025
1 parent 2a53b0f commit cf536df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch the full repositroy history

- name: Ensure only solution files were modified
id: check_diff
Expand Down

0 comments on commit cf536df

Please sign in to comment.