Skip to content

Commit

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

Please sign in to comment.