mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-19 18:45:15 +02:00
chore: refine E2E tests workflow by removing pnpm version specification and updating Docker Compose for backend build reference
This commit is contained in:
parent
242925d8e5
commit
99e667f3f9
2 changed files with 1 additions and 3 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
|
@ -73,8 +73,6 @@ jobs:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v6
|
- uses: pnpm/action-setup@v6
|
||||||
with:
|
|
||||||
version: 10
|
|
||||||
|
|
||||||
- name: Get pnpm store directory
|
- name: Get pnpm store directory
|
||||||
id: pnpm-cache
|
id: pnpm-cache
|
||||||
|
|
|
||||||
|
|
@ -164,7 +164,7 @@ services:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
|
||||||
# flower:
|
# flower:
|
||||||
# build: ../surfsense_backend
|
# build: *backend-build
|
||||||
# ports:
|
# ports:
|
||||||
# - "${FLOWER_PORT:-5555}:5555"
|
# - "${FLOWER_PORT:-5555}:5555"
|
||||||
# env_file:
|
# env_file:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue