Skip to content

Commit

Permalink
tidy ci.yml fixed #20
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 7, 2022
1 parent 5b70de4 commit 0dfc9c3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v2
# Need this for the nested git submodule:
- name: include stub submodule to base repo
- name: include test-repo stub Git submodule in base repo
run: git submodule update --init
- name: Setup git user
- name: Setup git user for Git ops
run: |
git config --global user.name "Al Ex"
git config --global user.email "[email protected]"
# mkdir tmp
# cp -r test-repo tmp/test-repo
# cat tmp/test-repo/README.md
- name: Set up Elixir
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
with:
Expand Down

0 comments on commit 0dfc9c3

Please sign in to comment.