Skip to content

Commit 3ed4cde

Browse files
committed
test multiple repo checkouts
1 parent f889663 commit 3ed4cde

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/test_workflow.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
pull_request:
3+
4+
jobs:
5+
test-multiple-checkouts:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@v4
10+
with:
11+
repository: dfinity/cla
12+
path: cla
13+
14+
- name: Checkout Original Repository
15+
uses: actions/checkout@v4
16+
17+
- name: Debug
18+
shell: bash
19+
run: ls -la

0 commit comments

Comments
 (0)