Skip to content

Commit

Permalink
Use delete option in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Nov 1, 2024
1 parent 86033cc commit d3db5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
- name: Verify copy_from_upstream state after copy
working-directory: 'scripts/copy_from_upstream'
run: |
python3 copy_from_upstream.py copy && \
python3 copy_from_upstream.py -d copy && \
! git status | grep -i modified
- name: Verify copy_from_upstream state after libjade
working-directory: 'scripts/copy_from_upstream'
run: |
python3 copy_from_upstream.py libjade && \
python3 copy_from_upstream.py -d libjade && \
! git status | grep -i modified
buildcheck:
Expand Down

0 comments on commit d3db5e4

Please sign in to comment.