Skip to content

Commit 47750e3

Browse files
committed
Set environment for GH Action
1 parent 831d5f5 commit 47750e3

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1-
steps:
2-
- uses: browser-actions/setup-chrome@v1
3-
- run: chrome --version
1+
name: Screenshot GUI
2+
3+
on:
4+
push:
5+
branches:
6+
- '*'
7+
8+
jobs:
9+
build-image:
10+
runs-on: ubuntu-latest
11+
name: Setup Chrome
12+
steps:
13+
- uses: browser-actions/setup-chrome@v1
14+
- run: chrome --version

0 commit comments

Comments
 (0)