Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make API Gateway optional - default skip #292

Merged
merged 15 commits into from
Jan 8, 2023
Prev Previous commit
Next Next commit
Fix module cache for jsii
huntharo committed Jan 8, 2023
commit a9fefc5bbb94a726da5f1e80a935e647bce94ad5
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -166,7 +166,7 @@ jobs:
with:
path: |
**/node_modules
key: node-modules-${{ hashFiles('**/yarn.lock') }}
key: node-modules-ci-${{ hashFiles('**/yarn.lock') }}

- name: Optionally Install Node Modules
if: steps.cache-node-modules.outputs.cache-hit != 'true'
@@ -420,7 +420,7 @@ jobs:
with:
path: |
**/node_modules
key: node-modules-${{ hashFiles('**/yarn.lock') }}
key: node-modules-ci-${{ hashFiles('**/yarn.lock') }}

- name: Optionally Install Node Modules
if: steps.cache-node-modules.outputs.cache-hit != 'true'