Skip to content

Commit

Permalink
Intentar clonar shunit2 run_tests_shunit2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
libercv authored Feb 20, 2024
1 parent fce68c2 commit 77d88c2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/run_tests_shunit2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,18 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v3

- name: Checkout shunit2
uses: actions/checkout@v4
with:
repository: kward/shunit2
path: shunit2

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
run: ls -a

# Runs a set of commands using the runners shell
- name: Run a multi-line script
Expand Down

0 comments on commit 77d88c2

Please sign in to comment.