Skip to content

path checks with cloning #12

path checks with cloning

path checks with cloning #12

Workflow file for this run

name: Test CLI
on:
push:
branches:
- ci-cd
jobs:
install:
runs-on: ubuntu-latest
steps:
# - id: install
# run: npm install -g clever-tools
# - id: command
# run: clever --version
- id: clone
run: git clone https://github.com/CleverCloud/documentation.git
- id: enter
run: cd documentation/documentation
- id: path
run: pwd
- id: files
run: ls -a