Skip to content

Commit

Permalink
Removed test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alekswaslet committed Jun 10, 2024
1 parent 1066ede commit e0e3703
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 e0e3703

Please sign in to comment.