Skip to content

start testing

start testing #6

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run CLI tests
run:
- cd test;

Check failure on line 13 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 13, Col: 7): A sequence was not expected
- run.sh cli