Skip to content

Commit

Permalink
condense into one job
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Feb 4, 2025
1 parent 978e4da commit 32d5a3f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/geoconnex_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,9 @@ jobs:
push: true
tags: internetofwater/nabu:${{ env.tag }}

run-e2e-tests:
needs: build-and-push-temp-image
runs-on: ubuntu-latest
steps:
- name: "Run Geoconnex Scheduler to simulate a full crawl"
uses: internetofwater/scheduler@main
with:
nabu_image: internetofwater/nabu:${{ env.tag }}
gleaner_image: internetofwater/gleaner:latest

# cleanup-temp-image:
# needs: run-e2e-tests
# runs-on: ubuntu-latest
# if: always() # Ensures this runs even if previous jobs fail
# steps:
# - name: Log in to Docker Hub
# uses: docker/login-action@v2
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 32d5a3f

Please sign in to comment.