Skip to content

Commit 89cbb32

Browse files
authored
Merge pull request #133 from Potafe/main
fix: echo output
2 parents fe23a77 + bfad6b8 commit 89cbb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check result for JSON format
2121
run: |
2222
# Ignore field created since it contains a created at timestamp
23-
diff -I"creationInfo" merged-SBoM-deep.json ${{github.workspace}}/test/json/output/result.json
23+
diff -I"created" merged-SBoM-deep.json ${{github.workspace}}/test/json/output/result.json | echo
2424
- name: Test merging SPDX Tag value format files
2525
uses: ./
2626
with:

0 commit comments

Comments
 (0)