Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed readme file #2

Merged
merged 2 commits into from
Feb 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Jira Ticket
# Issue Link

Add Jira ticket links here.
Add GitHub issue links here.

# Description

Expand Down
1 change: 0 additions & 1 deletion .sample.synapse.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"env": "stage",
"logConfig": {
"enableConsole": true,
"consoleJSONFormat": true,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cd ~/test-at-scale
- Download our sample configuration file using the following command.

```bash
curl https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/sample.synapse.json -o .synapse.json
curl https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/.sample.synapse.json -o .synapse.json
```

- This file will be used to store certain parameters such as **Lambdatest Secret Key**, **Git Token**, **Repository Secrets**, **Container Registry** etc that will be required in configuring test-at-scale on your local/self-hosted environment. You can learn more about the configuration options [here](tas-self-hosted-configuration#parameters).
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
synapse:
image: nevilmlt/synapse-stage:latest
image: lambdatest/synapse:latest
restart: always
networks:
- test-at-scale
Expand Down