Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed May 28, 2024
1 parent b2892dc commit 99d4952
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 Down Expand Up @@ -32,7 +33,7 @@ jobs:
tar-export-path: ${{ env.TAR_PATH }} # export a tarball that can be uploaded as an artifact for the e2e jobs
platform: linux/amd64 # test runner architecture only
git-ref: ${{ github.head_ref }} # source code ref
local: true
# local: true

# Heighliner chains.yaml config
chain: aura-simd
Expand Down

0 comments on commit 99d4952

Please sign in to comment.