Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjandl committed Apr 16, 2024
1 parent 6fb0ab2 commit 7b7e7e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ docker-compose run --rm dev composer tests
```


## Storage tests
## File Storage tests

### Setup cloud resources for storage tests
### Setup cloud resources for File Storage tests

#### Prerequisites:

Expand Down Expand Up @@ -157,7 +157,7 @@ terraform -chdir=./provisioning apply -destroy
./provisioning/update-env.sh gcp
```

### Required variables for storage tests
### Required variables for File Storage tests

These variables are used for testing file storage. You have to copy these values from Azure and AWS portal.
- `TEST_ABS_ACCOUNT_KEY` - First secret key for Azure Storage account
Expand All @@ -179,10 +179,10 @@ These variables are used for testing file storage. You have to copy these values
Variable prefixed with _ROTATE_ are used for rotating credentials and they MUST be working credentials.


### Run storage tests
### Run File Storage tests

```bash
docker-compose run --rm dev composer tests-storage
docker-compose run --rm dev composer tests-file-storage
```


Expand Down

0 comments on commit 7b7e7e2

Please sign in to comment.