Skip to content

Commit a6fb87e

Browse files
committed
test: re-trigger workflow
1 parent b7c6f31 commit a6fb87e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/e2e-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Daily Dev E2E Tests
22

33
on:
44
schedule:
5-
- cron: "30 23 * * *" # 11 PM UTC
5+
- cron: "30 23 * * *" # 11:30 PM UTC
66
workflow_dispatch:
77
push:
88

docker-compose.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
services:
2+
frontend:
3+
build:
4+
context: .
5+
dockerfile: Dockerfile
6+
ports:
7+
- '5173:3000'
8+
env_file:
9+
- .env

0 commit comments

Comments
 (0)