Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Oct 26, 2023
1 parent dc182e5 commit 0bcefb9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
heighliner:
runs-on: ubuntu-latest
steps:
- name: Build Docker image
- name: Build Image
uses: strangelove-ventures/heighliner-build-action@v0.0.3
with:
registry: ""
Expand All @@ -26,12 +26,14 @@ jobs:
binaries: |
- simapp/build/simd
- name: Publish Tarball as Artifact
- name: Upload Image
uses: actions/upload-artifact@v3
with:
path: ${{ env.TAR_PATH }}

e2e-tests:
needs:
- heighliner
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 0bcefb9

Please sign in to comment.