Skip to content

Commit

Permalink
Merge pull request #129 from Juneo-io/dev
Browse files Browse the repository at this point in the history
Test runner removal
  • Loading branch information
alekswaslet authored Jun 10, 2024
2 parents bdb8cf2 + e0e3703 commit 05a2452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DEV-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
dev_build:
runs-on: [self-hosted, mcnRunner]
runs-on: [self-hosted]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -21,7 +21,7 @@ jobs:
run: npm install && npm run build

dev_test:
runs-on: [self-hosted, mcnRunner]
runs-on: [self-hosted]
env:
MNEMONIC: ${{ secrets.MNEMONIC }}
needs: dev_build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PROD-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
prod_test:
runs-on: [self-hosted, mcnRunner]
runs-on: [self-hosted]
env:
MNEMONIC: ${{ secrets.MNEMONIC }}
steps:
Expand All @@ -26,7 +26,7 @@ jobs:

publish:
needs: prod_test
runs-on: [self-hosted, mcnRunner]
runs-on: [self-hosted]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 05a2452

Please sign in to comment.