We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa29776 commit 5d0389dCopy full SHA for 5d0389d
.github/workflows/unittest.yaml
@@ -23,6 +23,8 @@ jobs:
23
- name: Setup docker compose
24
working-directory: trinity-${{ github.run_id }}/.github/workflows/docker
25
run: |
26
+ export UID
27
+ export GID
28
docker compose up -d
29
sleep 15s
30
0 commit comments