Skip to content

Commit

Permalink
chore: remove matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 8, 2024
1 parent a1a6bcb commit 342209c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ on: pull_request

jobs:
test-core:
runs-on: ${{ matrix.os }}
container: ubuntu
strategy:
matrix:
os: [ubuntu-22.04]
arch: [amd64]
# Elasticsearch used by MultiversX test
runs-on: ubuntu-latest
services:
evm-node-1:
image: ghcr.io/foundry-rs/foundry
Expand Down Expand Up @@ -46,8 +40,5 @@ jobs:

- name: Test
timeout-minutes: 15
env:
EVM_NODE_1: evm-node-1:8545
EVM_NODE_2: evm-node-2:8546
run: |
npm run test:core

0 comments on commit 342209c

Please sign in to comment.