Skip to content

Commit

Permalink
rm db/* instead of rm db && mkdir db
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 24, 2024
1 parent ebd7c9f commit bf76a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/startup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ jobs:
run: pnpm exec playwright install
- name: Build the Docker app
run: |
rm -rf db
mkdir db
rm -rf db/*
docker compose -f docker-compose-build.yml up -d
- name: Create backend environment variables file
working-directory: ${{ env.backend-directory }}
Expand Down

0 comments on commit bf76a71

Please sign in to comment.