Skip to content

Commit c8be3e5

Browse files
Update DockerImpTests.yml
1 parent acb8309 commit c8be3e5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
name: Playwright C# UI Tests in Docker
22

33
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
4+
workflow_dispatch: # 👈 This allows manual run from GitHub Actions UI
85

96
jobs:
107
test:
118
runs-on: ubuntu-latest
129

1310
steps:
14-
- name: Checkout repository
11+
- name: ⬇️ Checkout repository
1512
uses: actions/checkout@v4
1613

17-
- name: Set up Docker Buildx
14+
- name: 🐳 Set up Docker Buildx
1815
uses: docker/setup-buildx-action@v3
1916

20-
- name: Build Docker image
17+
- name: 🔨 Build Docker image
2118
run: docker build -t playwright-csharp-ui-tests .
2219

23-
- name: Run tests in Docker
20+
- name: 🧪 Run tests in Docker
2421
run: docker run --rm playwright-csharp-ui-tests

0 commit comments

Comments
 (0)