Skip to content

adding java 17

adding java 17 #10

Workflow file for this run

name: Run TestSpec
on:
push:
branches:
- '*'
jobs:
build-job:
runs-on: ubuntu-latest
name: build with testspec
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Use Testspec Action to Clone and Run
uses: Testing-By-Specification/[email protected]
with:
version: '0.0.4'
plugin_type: 'directory'
plugin_path: './features/core'