Skip to content

Commit

Permalink
CI: run examples without locked dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hanazuki committed Feb 24, 2024
1 parent 0118fcd commit e35b902
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 603 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
cache: npm
cache-dependency-path: |
package-lock.json
example/package-lock.json
- name: Setup corepack
run: |
corepack enable npm
Expand Down
1 change: 1 addition & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cdk.out/
package-lock.json
Loading

0 comments on commit e35b902

Please sign in to comment.