Skip to content

Commit

Permalink
use localhost again
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Jan 22, 2025
1 parent c5d423f commit 304d3e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/e2e-scheduler-test/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "An end-to-end test for te entire Geoconnex Scheduler"
name: "Geoconnex Scheduler E2E Test"
description: "Reusable GitHub Action to run E2E tests for the Dagster build"
# inputs:
# branch:
Expand All @@ -23,7 +23,7 @@ runs:
shell: bash
run: |
for i in {1..10}; do
if curl -fs http://minio:9001/minio/health/live; then
if curl -fs http://localhost:9001/minio/health/live; then
echo "MinIO is up!"
exit 0
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test E2E with Dagster Build
name: E2E Test Pipeline

on:
workflow_dispatch: # Allows manual triggering of the workflow
Expand Down

0 comments on commit 304d3e0

Please sign in to comment.