Skip to content

Commit

Permalink
use checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch committed Nov 29, 2023
1 parent 9b32b39 commit d63b3c5
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ 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
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: install celevr-tools
run: npm install -g clever-tools
- run: clever --version

0 comments on commit d63b3c5

Please sign in to comment.