Select the types of activity you want to include in your feed.
1#!/bin/bash 2 3docker compose -f docker-compose.yaml -f docker-compose.test.yaml --profile test run --rm --remove-orphans test_runner run-tests "${@}"