Skip to content

Commit 3ab851e

Browse files
author
Jakub Raczek
authored
Update github-actions.yml
1 parent d29108d commit 3ab851e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- uses: actions/checkout@v4
96-
- run: docker buildx build -f Dockerfile -t ocaramba/selenium:latest .
97-
if: false
9896
- name: Set up QEMU
9997
uses: docker/setup-qemu-action@v3
10098
- name: Set up Docker Buildx
@@ -115,6 +113,7 @@ jobs:
115113
sudo apt-get update
116114
sudo apt-get install docker-compose -y
117115
- run: docker-compose -f docker-compose.yml up -d
116+
- shell: pwsh
118117
- run: ./ExecutingTestsOnDockerGithubActions.ps1
119118
if: true
120119
- name: Publish Test Results

0 commit comments

Comments
 (0)