Skip to content

Commit

Permalink
Merge pull request #678 from alpheios-project/update-git-dep-yml
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
irina060981 authored Apr 16, 2022
2 parents 1dc36aa + 0cc3802 commit 942ec1c
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- uses: actions/setup-node@v2-beta
with:
node-version: '14'


- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig

- name: prepare for tests
run: npm run set-node-build-deps && npm run bootstrap

Expand All @@ -27,7 +30,10 @@ jobs:
- uses: actions/setup-node@v2-beta
with:
node-version: '14'


- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig

- name: prepare for tests
run: npm run set-node-build-deps && npm run bootstrap

Expand All @@ -41,7 +47,10 @@ jobs:
- uses: actions/setup-node@v2-beta
with:
node-version: '14'


- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig

- name: prepare for tests
run: npm run set-node-build-deps && npm run bootstrap

Expand All @@ -55,7 +64,10 @@ jobs:
- uses: actions/setup-node@v2-beta
with:
node-version: '14'


- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig

- name: prepare for tests
run: npm run set-node-build-deps && npm run bootstrap

Expand All @@ -69,7 +81,10 @@ jobs:
- uses: actions/setup-node@v2-beta
with:
node-version: '14'


- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig

- name: prepare for tests
run: npm run set-node-build-deps && npm run bootstrap

Expand All @@ -83,7 +98,10 @@ jobs:
- uses: actions/setup-node@v2-beta
with:
node-version: '14'


- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig

- name: prepare for tests
run: npm run set-node-build-deps && npm run bootstrap

Expand Down Expand Up @@ -113,7 +131,10 @@ jobs:
- uses: actions/setup-node@v2-beta
with:
node-version: '14'


- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig

- name: prepare for build
run: npm run set-node-build-deps && npm run bootstrap

Expand Down

0 comments on commit 942ec1c

Please sign in to comment.