Skip to content

Commit

Permalink
cleaner disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Feb 6, 2024
1 parent 49e0e03 commit 3e6e824
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/testhardhat.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3e6e824

Please sign in to comment.