Skip to content

Commit 67537cd

Browse files
committed
💅
1 parent 6b353cc commit 67537cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/.reusable-docker-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ jobs:
8989
run: |
9090
# Create local directory for videos
9191
mkdir -p ./e2e-videos
92-
92+
9393
# Get the container ID for the frontend service
9494
CONTAINER_ID=$(docker compose ps -q frontend 2>/dev/null || echo "")
95-
95+
9696
if [ ! -z "$CONTAINER_ID" ]; then
9797
# Copy videos from container to local filesystem
9898
docker cp $CONTAINER_ID:/app/reports/screen-captures/ ./e2e-videos/ 2>/dev/null || echo "No videos found in container"

.github/workflows/manual-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
api-url:
1010
description: An API URL to run the E2E tests against
1111
default: 'https://api.flagsmith.com/api/v1/'
12-
12+
1313
jobs:
1414
run-e2e-tests:
1515
runs-on: depot-ubuntu-latest

0 commit comments

Comments
 (0)