Skip to content

Commit b950c53

Browse files
committed
Add CURRENT_ID to workflows
1 parent 054418f commit b950c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
context: .
5858
cache-from: type=gha
5959
cache-to: type=gha,mode=max
60-
- run: yarn test:docker
60+
- run: CURRENT_ID=0:0 yarn test:docker
6161
# @TODO: Setup volumes for exporting artifacts
6262
# - uses: actions/upload-artifact@v3
6363
# if: always()

0 commit comments

Comments
 (0)