Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Dec 9, 2024
1 parent 3ed4cde commit e93bc39
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ jobs:
test-multiple-checkouts:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout CLA
uses: actions/checkout@v4
with:
repository: dfinity/cla
path: cla

- name: Debug
shell: bash
run: ls -la

- name: Checkout Original Repository
uses: actions/checkout@v4

- name: Debug
shell: bash
run: ls -la
run: ls -la

0 comments on commit e93bc39

Please sign in to comment.