modify
This commit is contained in:
parent
ca599002cd
commit
41c4ce138d
@ -26,6 +26,12 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: 'actions/checkout@v4'
|
||||
|
||||
- name: Cleanup
|
||||
if: always()
|
||||
run: |
|
||||
docker compose --profile setup down
|
||||
rm -rf /workspace/tips-of-mine/metabase/*
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user