Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymen-Tirchi authored Sep 17, 2023
1 parent 9db6fed commit 7e22bc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
uses: actions/checkout@v2

- name: Set up Docker Compose
run: docker-compose up --build -d
run: |
sudo docker-compose up --build -d
working-directory: .

0 comments on commit 7e22bc1

Please sign in to comment.