Skip to content

Merge branch 'main' of https://github.com/MarkusJx/java-ts-definition… #27

Merge branch 'main' of https://github.com/MarkusJx/java-ts-definition…

Merge branch 'main' of https://github.com/MarkusJx/java-ts-definition… #27

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Create test summary
uses: test-summary/action@dist
if: always()
with:
show: all
paths: testResults.xml