Skip to content

Commit 74acad5

Browse files
authored
Update ci.yml
1 parent 8938c9a commit 74acad5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ jobs:
1212
run-tests:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: checkout
16+
uses: actions/checkout@v1
17+
1518
- name: debug
1619
shell: pwsh
17-
run: |
18-
ls
20+
run: ls
21+
1922
- name: test module
2023
id: test_module
2124
uses: zyborg/pester-tests-report@v1
@@ -24,6 +27,7 @@ jobs:
2427
report_name: module_tests
2528
report_title: cosmos-db tests
2629
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
2731
- name: dump test results
2832
shell: pwsh
2933
run: |

0 commit comments

Comments
 (0)