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 20, 2024
1 parent ff971cb commit 666d879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ jobs:
if: false
- run: docker push -t Dockerfile
if: false
- 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
Expand Down

0 comments on commit 666d879

Please sign in to comment.