diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6dc3827e..2b0188e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,49 +81,49 @@ jobs: make test-rpc if: env.GIT_DIFF - integration_tests: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: cachix/install-nix-action@v18 - - uses: cachix/cachix-action@v12 - with: - name: ethermint - signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}" - - uses: technote-space/get-diff-action@v6.1.2 - with: - PATTERNS: | - **/**.sol - **/**.go - go.mod - go.sum - tests/integration_tests/** - - name: Run integration tests - run: make run-integration-tests - if: env.GIT_DIFF - - name: 'Tar debug files' - if: failure() - run: tar cfz debug_files.tar.gz -C /tmp/pytest-of-runner . - - uses: actions/upload-artifact@v3 - if: failure() - with: - name: debug-files - path: debug_files.tar.gz - if-no-files-found: ignore + # integration_tests: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # - uses: cachix/install-nix-action@v18 + # - uses: cachix/cachix-action@v12 + # with: + # name: ethermint + # signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}" + # - uses: technote-space/get-diff-action@v6.1.2 + # with: + # PATTERNS: | + # **/**.sol + # **/**.go + # go.mod + # go.sum + # tests/integration_tests/** + # - name: Run integration tests + # run: make run-integration-tests + # if: env.GIT_DIFF + # - name: 'Tar debug files' + # if: failure() + # run: tar cfz debug_files.tar.gz -C /tmp/pytest-of-runner . + # - uses: actions/upload-artifact@v3 + # if: failure() + # with: + # name: debug-files + # path: debug_files.tar.gz + # if-no-files-found: ignore - upload-cache: - if: github.event_name == 'push' - needs: ["integration_tests"] - strategy: - matrix: - os: [macos-latest] - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v2 - - uses: cachix/install-nix-action@v18 - - uses: cachix/cachix-action@v12 - with: - name: ethermint - signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}" - - name: 'instantiate integration test env' - run: nix-store -r "$(nix-instantiate tests/integration_tests/shell.nix)" + # upload-cache: + # if: github.event_name == 'push' + # needs: ["integration_tests"] + # strategy: + # matrix: + # os: [macos-latest] + # runs-on: ${{ matrix.os }} + # steps: + # - uses: actions/checkout@v2 + # - uses: cachix/install-nix-action@v18 + # - uses: cachix/cachix-action@v12 + # with: + # name: ethermint + # signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}" + # - name: 'instantiate integration test env' + # run: nix-store -r "$(nix-instantiate tests/integration_tests/shell.nix)"