Skip to content

Commit edfd714

Browse files
Update .github/workflows/docker-build.yml
trying no | Co-authored-by: Paul Podgorsek <[email protected]>
1 parent b2f1e4a commit edfd714

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-build.yml

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

0 commit comments

Comments
 (0)