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 28, 2024
1 parent e0f2fb1 commit 663cdb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,19 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: docker buildx build -f Dockerfile -t ***/selenium:latest
if: false
if: true
- run: docker push -t Dockerfile
if: false
if: true
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install docker-compose -y
- run: docker-compose -f docker-compose.yml up -d
- run: ./ExecutingTestsOnDockerGithubActions.ps1
if: false
if: true
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
if: false
if: true
with:
files: |
/home/runner/work/Ocaramba/Ocaramba/TestResults/Ocaramba.Tests.Docker.xml
Expand Down

0 comments on commit 663cdb3

Please sign in to comment.