modify
Some checks failed
Deployment Verification / analyze (push) Successful in 3s
Deployment Verification / test (push) Failing after 7s
Deployment Verification / deploy (push) Failing after 1s

This commit is contained in:
Hubert Cornet 2024-11-20 07:06:13 +01:00
parent ca599002cd
commit 41c4ce138d

View File

@ -26,6 +26,12 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: 'actions/checkout@v4' uses: 'actions/checkout@v4'
- name: Cleanup
if: always()
run: |
docker compose --profile setup down
rm -rf /workspace/tips-of-mine/metabase/*
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest