Skip to content

Commit

Permalink
use xhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Haas committed May 22, 2024
1 parent 15ec48d commit 2e96efe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
name: deploy environment
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
xhost +local:
- uses: ./.github/actions/deploy-environment
with:
composefile-path: temp-composefile.yml
Expand Down Expand Up @@ -66,3 +69,4 @@ jobs:
run: |
docker compose -f temp-composefile.yml kill
docker compose -f temp-composefile.yml down
xhost -local:

0 comments on commit 2e96efe

Please sign in to comment.