Skip to content

Bump @babel/helpers from 7.26.9 to 7.27.0 in /docs (#1459) #481

Bump @babel/helpers from 7.26.9 to 7.27.0 in /docs (#1459)

Bump @babel/helpers from 7.26.9 to 7.27.0 in /docs (#1459) #481

name: JDK 17 Build & Tests
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 12
strategy:
matrix:
java-version: ['17']
steps:
- uses: actions/checkout@v4
- name: Install JDK
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'
- name: Run all tests
run: |
./scripts/run_no_prep_tests.sh -ci
env:
SKIP_UNSTABLE_TESTS: 1