Skip to content

Commit

Permalink
OK-652 skipataan next cache toistaiseksi
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakari committed Nov 12, 2024
1 parent 952388f commit e61a97b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
- uses: ./.github/actions/setup-next-env
with:
node-version-file: '.nvmrc'
- uses: actions/setup-java@v3
with:
java-version: '17'
Expand All @@ -79,6 +80,7 @@ jobs:
- name: Build raportointi
run: |
cd viestinvalitys-raportointi
npm ci
npm run build
zip -r ga-${{github.run_number}}.zip .next/*.* .next/BUILD_ID .next/static .next/standalone public
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: ./.github/actions/setup-next-env
with:
node-version-file: '.nvmrc'

- name: Install CDK
run: |
Expand Down

0 comments on commit e61a97b

Please sign in to comment.