Skip to content

Commit

Permalink
test multiple repo checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Dec 9, 2024
1 parent f889663 commit 3ed4cde
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
pull_request:

jobs:
test-multiple-checkouts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: dfinity/cla
path: cla

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

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

0 comments on commit 3ed4cde

Please sign in to comment.