We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054418f commit b950c53Copy full SHA for b950c53
.github/workflows/main.yml
@@ -57,7 +57,7 @@ jobs:
57
context: .
58
cache-from: type=gha
59
cache-to: type=gha,mode=max
60
- - run: yarn test:docker
+ - run: CURRENT_ID=0:0 yarn test:docker
61
# @TODO: Setup volumes for exporting artifacts
62
# - uses: actions/upload-artifact@v3
63
# if: always()
0 commit comments