6 lines
178 B
Bash
Executable File
6 lines
178 B
Bash
Executable File
#/bin/bash
|
|
|
|
cd tests/
|
|
docker compose build --no-cache --pull && docker compose up --remove-orphans --abort-on-container-exit --exit-code-from selenium-node
|
|
docker compose rm -sf
|