Skip to content

Commit

Permalink
[chore] Consent - shorten test command + make consistent (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Sep 19, 2023
1 parent fcf42f6 commit cb56224
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- run: yarn turbo run --filter='consent-tools-integration-tests' test:intg
- run: yarn turbo run --filter='consent-tools-integration-tests' test:int



2 changes: 1 addition & 1 deletion packages/consent/consent-tools-integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Why is this using wd.io instead of playwright?
## Development
### Build, start server, run tests (and exit gracefully)
```
yarn . test:intg
yarn . test:int
```
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
".": "yarn run -T turbo run --filter=@internal/consent-tools-integration-tests...",
"test:intg": "yarn wdio:local",
"test:int": "yarn wdio:local",
"build": "webpack",
"watch": "yarn build --watch",
"wdio:local": "wdio wdio.conf.local.ts",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": {
"dependsOn": ["build"]
},
"test:intg": {
"test:int": {
"dependsOn": ["build"]
},
"watch": {
Expand Down

0 comments on commit cb56224

Please sign in to comment.