Skip to content

Commit

Permalink
Merge pull request #83 from matter-labs/QA-522-fix-issues-ci
Browse files Browse the repository at this point in the history
test: fix git runner and test issues
  • Loading branch information
abilevych authored Nov 9, 2023
2 parents e1ecfa4 + 427d64a commit 37765e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/app-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

jobs:
e2e:
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]
permissions:
contents: read
defaults:
Expand Down Expand Up @@ -64,6 +64,12 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'

- name: Cache node modules
id: cache-nodemodules
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
deployBackendToStaging:
name: Deploy Block Explorer backend to staging
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]
permissions:
contents: read
needs: createReleaseVersion
Expand Down

0 comments on commit 37765e0

Please sign in to comment.