Skip to content

Commit 0dfc9c3

Browse files
committed
tidy ci.yml fixed #20
1 parent 5b70de4 commit 0dfc9c3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
# Need this for the nested git submodule:
16-
- name: include stub submodule to base repo
16+
- name: include test-repo stub Git submodule in base repo
1717
run: git submodule update --init
18-
- name: Setup git user
18+
- name: Setup git user for Git ops
1919
run: |
2020
git config --global user.name "Al Ex"
2121
git config --global user.email "[email protected]"
22-
# mkdir tmp
23-
# cp -r test-repo tmp/test-repo
24-
# cat tmp/test-repo/README.md
2522
- name: Set up Elixir
2623
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
2724
with:

0 commit comments

Comments
 (0)