File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 fail-fast : false
4949 steps :
5050 - uses : actions/checkout@v6
51+ - name : Prepare env file for Docker Compose
52+ run : cp .env.example .env
5153 - uses : oven-sh/setup-bun@v2
5254 - uses : actions/setup-python@v6
5355 with :
Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Checkout
1717 uses : actions/checkout@v6
18+ - name : Prepare env file for Docker Compose
19+ run : cp .env.example .env
1820 - name : Set up Python
1921 uses : actions/setup-python@v6
2022 with :
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v6
19+ - name : Prepare env file for Docker Compose
20+ run : cp .env.example .env
1921 - run : docker compose build
2022 - run : docker compose down -v --remove-orphans
2123 - run : docker compose up -d --wait backend frontend adminer
You can’t perform that action at this time.
0 commit comments