Save default container selection on setup. (#8440)

This commit is contained in:
Pablo Zmdl
2026-07-17 21:32:46 +02:00
committed by GitHub
6 changed files with 55 additions and 3 deletions
+3
View File
@@ -30,6 +30,9 @@ jobs:
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Run Playwright test for persisted defaults
run: ./php/tests/run.sh ./php/tests/tests/persist-default-config.spec.js
- name: Run Playwright tests for initial setup
run: ./php/tests/run.sh ./php/tests/tests/initial-setup.spec.js
env:
@@ -19,6 +19,11 @@ jobs:
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Run Playwright test for persisted defaults
env:
TEST_CODE_FROM_IMAGE: yes
run: ./php/tests/run.sh ./php/tests/tests/persist-default-config.spec.js
- name: Run Playwright tests for initial setup
env:
TEST_CODE_FROM_IMAGE: yes