Skip to content

Commit da797fd

Browse files
authored
Update .github/workflows/docker-build.yml
1 parent 1752f89 commit da797fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v2
3636
- name: Build image
37-
run: docker build . --tag $IMAGE_NAME --file Dockerfile
37+
run:
38+
docker build . --tag $IMAGE_NAME --file Dockerfile
3839
- name: Basic Test
3940
run:
4041
docker run --shm-size=1g -v `pwd`/test:/opt/robotframework/tests:Z -e BROWSER=$BROWSER $IMAGE_NAME

0 commit comments

Comments
 (0)