Skip to content

Commit 2755d60

Browse files
committed
Update README
1 parent 5310d0a commit 2755d60

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

README.md

+2-29
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,7 @@ By default, we suggest using the [record build and test results action](https://
66

77
However if your code repository/repositories is/are not available in the step where you run tests, you can split up the two steps (record build and record tests).
88

9-
Use this action to record a build, then use the Launchable record tests action to record tests.
10-
11-
```yaml
12-
name: Test
13-
14-
on:
15-
push:
16-
branches: [main]
17-
pull_request:
18-
branches: [main]
19-
20-
env:
21-
LAUNCHABLE_DEBUG: 1
22-
LAUNCHABLE_REPORT_ERROR: 1
23-
LAUNCHABLE_TOKEN: ${{ secrets.LAUNCHABLE_TOKEN }}
24-
25-
jobs:
26-
tests:
27-
runs-on: ubuntu-latest
28-
steps:
29-
- uses: actions/checkout@v3
30-
- name: Record build action
31-
uses: launchableinc/[email protected]
32-
with:
33-
build_name: $GITHUB_RUN_ID
34-
- name: Test
35-
run: <YOUR TEST COMMAND HERE>
36-
```
9+
Use this action to record a build, then use the [Launchable record tests to build action](https://github.com/marketplace/actions/record-test-results-to-build-action) to record tests.
3710

3811
## Example
3912

@@ -67,4 +40,4 @@ Flag to stop collecting build information from Git Submodules. Default `false`,
6740
Python version for the Launchable CLI to use. Default is `3.10`. Change this if your workflow requires a specific Python version.
6841

6942
# License
70-
Launchable data collection actions are licensed under the [Apache license](./LICENSE).
43+
The Launchable record build action is licensed under the [Apache license](./LICENSE).

0 commit comments

Comments
 (0)