Skip to content

Commit

Permalink
ci: BI-0 change on composite actions (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
flukolo4ek authored Oct 29, 2024
1 parent 7c45d4c commit 2ec5e2b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/terrarium_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
- dl_repmanager
name: "🐊[pytest] ${{ matrix.value }}"
steps:
- name: 'Cleanup build folder'
run: |
rm -rf ./* || true
rm -rf ./.??* || true
- uses: datalens-tech/cleanup-folder-action@v1
- name: Checkout code
uses: actions/checkout@v4
- name: Setup common tools
Expand Down Expand Up @@ -63,10 +60,7 @@ jobs:
- dl_repmanager
name: "🐊[mypy] ${{ matrix.value }}"
steps:
- name: 'Cleanup build folder'
run: |
rm -rf ./* || true
rm -rf ./.??* || true
- uses: datalens-tech/cleanup-folder-action@v1
- name: Checkout code
uses: actions/checkout@v4
- name: Setup common tools
Expand Down

0 comments on commit 2ec5e2b

Please sign in to comment.