Skip to content

Commit

Permalink
Remove Dev from command (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimberleehowley authored Mar 11, 2024
1 parent 332d50f commit 9dec082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This project was developed using [Android Studio Giraffe](https://developer.andr
Run the test task for dev debug build variant:

```shell
./gradlew testDevDebugUnitTest
./gradlew testDebugUnitTest
```

Currently, our build variants are only changing env vars, so any `test<dev/staging/cert/sandbox/prod><debug/release>UnitTest` variants should run the same tests producing the same result.
Expand Down

0 comments on commit 9dec082

Please sign in to comment.