Skip to content

Commit 93b9933

Browse files
fix: test
1 parent 5fee62b commit 93b9933

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
1616
- name: Create package.json with different versions
1717
run: |
18-
echo '{"name": "my-package", "version": "1.0.0",}' > test2/other_name.json
19-
echo '{"name": "my-package", "version": "1.0.0",}' > test2/other_name-lock.json
20-
echo '{"name": "my-package", "version": "1.2.0",}' > test/package.json
21-
echo '{"name": "my-package", "version": "1.2.0",}' > test/package-lock.json
18+
echo '{"name": "my-package", "version": "1.0.0","test": 1}' > test2/other_name.json
19+
echo '{"name": "my-package", "version": "1.0.0","test": 1}' > test2/other_name-lock.json
20+
echo '{"name": "my-package", "version": "1.2.0","test": 1}' > test/package.json
21+
echo '{"name": "my-package", "version": "1.2.0","test": 1}' > test/package-lock.json
2222
2323
- name: simple without version
2424
uses: ./

0 commit comments

Comments
 (0)