Skip to content

Commit eaab5e7

Browse files
Update syntax formatting (#3167)
1 parent 15c2df5 commit eaab5e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/integrations/patrol-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Before integrating Patrol with Codemagic, ensure you have:
3636

3737
Add the following configuration to your `codemagic.yaml` file to build Patrol tests and send them to Firebase Test Lab:
3838

39-
```yaml
39+
{{< highlight yaml "style=paraiso-dark">}}
4040
definitions:
4141
environment: &environment
4242
flutter: 3.27.3 # Replace with your Flutter version
@@ -82,7 +82,7 @@ workflows:
8282
artifacts:
8383
- build/app/outputs/apk/dev/debug/app-dev-debug.apk
8484
- build/app/outputs/apk/androidTest/dev/debug/app-dev-debug-androidTest.apk
85-
```
85+
{{< /highlight >}}
8686

8787
For more detailed configuration, look at [patrol-demo-project](https://github.com/codemagic-ci-cd/codemagic-sample-projects/tree/main/integrations/patrol-demo-project).
8888

0 commit comments

Comments
 (0)