Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Nov 27, 2024
1 parent 032ce22 commit b431b43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ jobs:
if: (${{ job.status }} != 'cancelled')
test_Stage_RunTestsOnDocker:
runs-on: ubuntu-latest
needs:
- build_Stage_BuildTestsOnWindows
steps:
- uses: actions/checkout@v4
- run: docker buildx build -f Dockerfile -t ***/selenium:latest
Expand All @@ -114,8 +112,6 @@ jobs:
/home/runner/work/Ocaramba/Ocaramba/TestResults/Ocaramba.Tests.Docker.xml
test_Stage_RunTestsOnLinux:
runs-on: ubuntu-latest
needs:
- build_Stage_BuildTestsOnWindows
steps:
- uses: actions/checkout@v4
- run: find . -name '*.csproj' -exec sed -i -e 's/109.0.5414.7400/${{ env.ChromeDriverVersion }}/g' {} \;
Expand All @@ -142,8 +138,6 @@ jobs:
test_Stage_RunTestsOnLinuxBrowserStack:
runs-on: ubuntu-latest
timeout-minutes: 10
needs:
- build_Stage_BuildTestsOnWindows
steps:
- uses: actions/checkout@v4
- run: |
Expand Down

0 comments on commit b431b43

Please sign in to comment.