From fb746acf5a157a9031e01e559d513df951c81138 Mon Sep 17 00:00:00 2001 From: nrusso Date: Sat, 14 Jan 2023 23:52:22 -0300 Subject: [PATCH] fix: ci --- .circleci/config.yml | 25 ------------------------- .github/workflows/release.yml | 30 ++++++++++++++++++++++++++++-- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7cfe5583..2416e6d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,31 +15,6 @@ jobs: path: ~/circleci/coverage destination: reports/ - # This workflow contains a single job called "build" - build: - name: Submodule update - runs-on: ubuntu-latest - steps: - ########################## - # Checkout the code base # - ########################## - - name: Checkout Code - uses: actions/checkout@v2 - - #################################### - # Run the action against code base # - #################################### - - name: run action - id: run_action - uses: fatjyc/update-submodule-action@v1.0 - with: - user: Murzbul - token: ${{ secrets.GH_TOKEN }} - repo: nexp-cli - repo_owner: DigiChanges - committor_username: nrusso - committor_email: natanaelrusso18@hotmail.com - path: templates/node-experience workflows: version: 2 test_build: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04256d4e..d6130343 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,9 @@ jobs: runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - + steps: - + - uses: actions/checkout@v2 with: fetch-depth: 0 @@ -32,3 +32,29 @@ jobs: with: disable-changelog: true node-module: true + + # This workflow contains a single job called "build" + build: + name: Submodule update + runs-on: ubuntu-latest + steps: + ########################## + # Checkout the code base # + ########################## + - name: Checkout Code + uses: actions/checkout@v2 + + #################################### + # Run the action against code base # + #################################### + - name: run action + id: run_action + uses: fatjyc/update-submodule-action@v1.0 + with: + user: Murzbul + token: ${{ secrets.GH_TOKEN }} + repo: nexp-cli + repo_owner: DigiChanges + committor_username: nrusso + committor_email: natanaelrusso18@hotmail.com + path: templates/node-experience