Skip to content

Commit 1c38de2

Browse files
ben-ednaspoorcc
authored andcommitted
Add patch to jsmn for testing full workflow
1 parent b91ac33 commit 1c38de2

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,16 @@ jobs:
175175
- run: dfetch update
176176
- run: dfetch update
177177
- run: |
178-
echo "An extra line" >> cpputest/src/README.md
179-
git add cpputest/src/README.md
178+
git add -A
179+
git commit -m "Fetched dependencies"
180+
echo "An extra line" >> jsmn/src/README.md
181+
git add jsmn/src/README.md
180182
git commit -m "Update README.md"
183+
- run: dfetch diff jsmn
184+
- run: |
185+
echo " patch: jsmn.patch" >> dfetch.yaml
186+
git add -A
187+
git commit -m "Patch jsmn"
181188
- run: dfetch update-patch
182189
- run: dfetch format-patch
183190
- run: dfetch report -t sbom

0 commit comments

Comments
 (0)