adding actioon #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |