Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Jun 4, 2024
1 parent 0ef1a33 commit 16b1cb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: End to End Tests

on:
pull_request:
# pull_request:
push:

env:
TAR_PATH: docker-image.tar
Expand All @@ -16,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build Docker Image
uses: strangelove-ventures/heighliner-build-action@v1.0.2
uses: noble-assets/heighliner-build-action@d409c7b0dc2acc05a8218caad581bffae654c953
with:
registry: "" # empty registry, image only shared for e2e testing
tag: local # emulate local environment for consistency in interchaintest cases
Expand Down

0 comments on commit 16b1cb4

Please sign in to comment.