From 0cc3802eda18e56474f1742075b89249bf6cec78 Mon Sep 17 00:00:00 2001 From: Irina Date: Sat, 16 Apr 2022 17:32:11 +1000 Subject: [PATCH] update dev.yml and prod.yml --- .github/workflows/release.yml | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2d691e50..00da4e56b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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