Skip to content

adding actioon

adding actioon #4

Workflow file for this run

name: CI Build
on:
push:
branches:
- '*'
jobs:
build-job:
runs-on: ubuntu-latest
name: build with testspec
steps:
- name: Use Testspec Action to Clone and Run
uses: Testing-By-Specification/[email protected]
with:
action_path: './gradlew build'