Skip to content

adding actioon

adding actioon #5

Workflow file for this run

name: Run TestSpec
on:
push:
branches:
- '*'
jobs:
build-job:
runs-on: ubuntu-latest
name: Run TestSpec
steps:
- name: Use Testspec Action to Clone and Run
uses: Testing-By-Specification/[email protected]
with:
version: '0.0.4' # The version tag of the release to download
plugin_type: 'directory' # Specify 'directory' or 'file' based on the usage
plugin_path: './features/core'