mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 08:04:05 +00:00
add persistence, sync, and forceRefresh assertions
This commit is contained in:
parent
fd830beaf7
commit
6a047d3686
10 changed files with 562 additions and 29 deletions
7
alternative_config.sh
Executable file
7
alternative_config.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Sets up the "alternative config" mentioned here https://github.com/archtechx/tenancy/issues/1260#issuecomment-2572951587
|
||||
|
||||
set -e
|
||||
|
||||
docker run --rm -v .:/var/www/html tenancy-queue-test-cli bash setup/alternative/_alternative_setup.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue