Skip to content

Commit

Permalink
cleanup: missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Nov 20, 2024
1 parent a9a1d76 commit 633b42c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
source_changed: ${{ steps.check_file_changed.outputs.source_changed }}

steps:
- uses: actions/checkout@v4
with:
clean: true
submodules: true

- name: Check files difference
id: check_file_changed
run: |
Expand Down

0 comments on commit 633b42c

Please sign in to comment.