Skip to content

Create run-failing-test.yml #2

Create run-failing-test.yml

Create run-failing-test.yml #2

Workflow file for this run

name: Execution test
on:
push:
branches:
- main
workflow_dispatch:
jobs:
run_tests:
name: "Execute SimpleLocalize CLI Command"
runs-on: ubuntu-latest
steps:
- name: Test init
uses: simplelocalize/github-action-cli@v4
with:
command: '--version'
cli-version: '2.8.0'