diff --git a/.github/workflows/testhardhat.yml b/.github/workflows/testhardhat.yml index 53b5a3f9..599f0d03 100644 --- a/.github/workflows/testhardhat.yml +++ b/.github/workflows/testhardhat.yml @@ -1,15 +1,17 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Main CI -on: - push: - branches: [main, develop] - pull_request: - branches: [main, develop] +# Temporarly disabled due to a dependency issue. Locally the tests are running fine. + +# name: Main CI + +# on: +# push: +# branches: [main, develop] +# pull_request: +# branches: [main, develop] -# Temporary disabled due to a dependency issue. Locally the tests are running fine. # jobs: # lint-and-test: # runs-on: ubuntu-latest