Skip to content

Commit e93bc39

Browse files
committed
test
1 parent 3ed4cde commit e93bc39

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test_workflow.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ jobs:
55
test-multiple-checkouts:
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Checkout
8+
- name: Checkout CLA
99
uses: actions/checkout@v4
1010
with:
1111
repository: dfinity/cla
1212
path: cla
1313

14+
- name: Debug
15+
shell: bash
16+
run: ls -la
17+
1418
- name: Checkout Original Repository
1519
uses: actions/checkout@v4
1620

1721
- name: Debug
1822
shell: bash
19-
run: ls -la
23+
run: ls -la

0 commit comments

Comments
 (0)