Skip to content

Commit 6017713

Browse files
committed
configure x-ray daemon to run in local mode in workflow step
1 parent 52fcba7 commit 6017713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
"TotalBufferSizeMB": 10,
3939
"Logging": {
4040
"LogLevel": "debug"
41-
}
41+
},
42+
"LocalMode": true
4243
}' > xray-daemon-config.json
4344
4445
# Create dummy AWS credentials (the daemon requires credentials even if local)

0 commit comments

Comments
 (0)