Skip to content

path checks without cd #13

path checks without cd

path checks without cd #13

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