Skip to content

Commit

Permalink
ci: reintroduce info on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mala1180 committed Dec 14, 2023
1 parent a979bb2 commit d61218b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@ jobs:
# run on ubuntu, windows and macOS
runs-on: ${{ matrix.os }}
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Run build
run: ./gradlew build
run: ./gradlew build --no-daemon --info
- name: Run tests
run: ./gradlew test

Expand Down
1 change: 0 additions & 1 deletion auth/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d61218b

Please sign in to comment.