Skip to content

Commit

Permalink
Tests V2 (#1026)
Browse files Browse the repository at this point in the history
* runtime 2260 wip

* basic setup for eth provider tests

* fix

* fix

* update

* eth rpc tests

* fix

* merge coverage report

* polish

* fix

* eth transactions tests

* hardhat e2e tets

* dump docker logs

* fix e2e test

* fix

* fix

* fix

* fix

* clean up docker files

* polish

* clean up

* fix yarn

* fix

* enable wasm override

* truffle e2e

* fix

* fix

* viem e2e

* update

* bodhi tests

* polish

* fix

* fix merge

* clean up

* cleanup

* add codecov yml

* use latest action

* fix deprecation warning

* checkout and setupnode v4
  • Loading branch information
shunjizhan authored Sep 26, 2024
1 parent fb330a4 commit 81996d4
Show file tree
Hide file tree
Showing 100 changed files with 25,589 additions and 12,781 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ module.exports = {
},
},
},
ignorePatterns: [
'**/e2e-truffle/**',
],
};
6 changes: 0 additions & 6 deletions .gitattributes

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
submodules: 'recursive'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
Expand All @@ -30,6 +32,7 @@ jobs:
type=semver,pattern={{version}}
type=raw,value={{sha}}
type=ref,event=branch
- name: Build and push
uses: docker/build-push-action@v4
with:
Expand All @@ -49,11 +52,13 @@ jobs:
submodules: 'recursive'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
Expand All @@ -63,6 +68,7 @@ jobs:
type=semver,pattern={{version}}
type=raw,value={{sha}}
type=ref,event=branch
- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down
Loading

0 comments on commit 81996d4

Please sign in to comment.