Skip to content

Commit 3160146

Browse files
authored
Made requested changes
1 parent 9b23b4e commit 3160146

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,16 +181,12 @@ deploy:
181181
```
182182
6. Still in the top-level directory of the library you'll be testing, copy the current library to Adafruit_Test_Library
183183
```bash
184-
adafruit@adafruit:~/Adafruit_BMP183_Library$ vi .github/workflows/githubci.yml
184+
adafruit@adafruit:~/Adafruit_BMP183_Library$ cp * ~/Arduino/libraryes/Adafruit_Test_Library/
185185
```
186-
7. Find out what boards to test. Open .github/workflows/githubci.yml and find the line that runs build_platforms.py.
186+
7. Grep for build_platform.py in githubci.yml to find out what boards to test.
187187
```bash
188-
vi .github/workflows/githubci.yml
189-
```
190-
These are the lines you're looking for
191-
```bash
192-
- name: test platforms
193-
run: python3 ci/build_platform.py main_platforms
188+
adafruit@adafruit:~/Adafruit_BMP183_Library$ grep 'build_platform.py' .github/workflows/githubci.yml
189+
run: python3 ci/build_platform.py main_platforms
194190
```
195191
8. Run test-platforms. This may take a while, and tests for some boards sometimes run orders of magnitude slower than tests for other boards.
196192
```bash

0 commit comments

Comments
 (0)