Skip to content

Commit

Permalink
path checks with cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch committed Nov 29, 2023
1 parent e75ba79 commit 001c9ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
# 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
run: cd documentation/documentation
- id: path
run: pwd
- id: files
Expand Down

0 comments on commit 001c9ae

Please sign in to comment.