Skip to content

Commit ab8d9d1

Browse files
committed
ci: add package-locks to test fixtures
Update path in cache-dependency-path, didn't look to be correct
1 parent 1d5c2f3 commit ab8d9d1

File tree

13 files changed

+294194
-9
lines changed

13 files changed

+294194
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: 'npm'
3131
cache-dependency-path: |
3232
**/package-lock.json
33-
test/fixtures/**/package-lock.json
33+
plugin/test/fixtures/**/package-lock.json
3434
- run: npm install
3535
- run: cd plugin && npm install && npm run build
3636
- run: npm test

plugin/test/fixtures/functions-without-gatsby-plugin/.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ deployment.json
99

1010
# @netlify/plugin-gatsby ignores start
1111
netlify/functions/gatsby
12-
# @netlify/plugin-gatsby ignores end
13-
14-
package-lock.json
12+
# @netlify/plugin-gatsby ignores end

0 commit comments

Comments
 (0)