Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Jan 15, 2023
1 parent ab292ea commit fb746ac
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
user: Murzbul
token: ${{ secrets.GH_TOKEN }}
repo: nexp-cli
repo_owner: DigiChanges
committor_username: nrusso
committor_email: [email protected]
path: templates/node-experience
workflows:
version: 2
test_build:
Expand Down
30 changes: 28 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

steps:

- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand All @@ -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/[email protected]
with:
user: Murzbul
token: ${{ secrets.GH_TOKEN }}
repo: nexp-cli
repo_owner: DigiChanges
committor_username: nrusso
committor_email: [email protected]
path: templates/node-experience

0 comments on commit fb746ac

Please sign in to comment.