Skip to content

Bump next from 14.2.3 to 14.2.10 in /tutorials/full-stack-application/app in the npm_and_yarn group across 1 directory #287

Bump next from 14.2.3 to 14.2.10 in /tutorials/full-stack-application/app in the npm_and_yarn group across 1 directory

Bump next from 14.2.3 to 14.2.10 in /tutorials/full-stack-application/app in the npm_and_yarn group across 1 directory #287

Workflow file for this run

name: integ
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
name: Java 17 MacOs
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'
- name: Install smithy cli
run: |
brew tap smithy-lang/tap
brew update
brew install smithy-lang/tap/smithy-cli
brew upgrade smithy-lang/tap/smithy-cli
echo "Smithy CLI version $(smithy --version) installed"
- name: Execute integration tests
run: make test-all