We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb93cff commit 2089b2bCopy full SHA for 2089b2b
README.md
@@ -24,8 +24,17 @@ The path to the folder containing screenshots. The names of the screenshots must
24
The domain of your Firebase storage bucket, such as `your-app.appspot.com`.
25
26
## Usage
27
+Minimal example:
28
+```yaml
29
+- name: Add JUnit Summary
30
+ uses: agensdev/[email protected]
31
+ if: always()
32
+ with:
33
+ junit-path: test-results/junit.xml
34
+ github-token: ${{ secrets.GITHUB_TOKEN }}
35
+```
36
-Below is an example of how to set up this action in your workflow file:
37
+A complete workflow file could look like this:
38
39
```yaml
40
name: Continuous Integration
0 commit comments