Skip to content

testing action fixing tag #2

testing action fixing tag

testing action fixing tag #2

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'