Skip to content

Commit

Permalink
Fix Galexie release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Jul 30, 2024
1 parent 57c8623 commit 4f5ad3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/galexie-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
echo "Using stellar core version $(stellar-core version)"
- name: Run tests
run: go test -v -race -run TestGalexieTestSuite ./exp/services/galexie/...
run: go test -v -race -run TestGalexieTestSuite ./services/galexie/...

- name: Build docker
run: make -C exp/services/galexie docker-build
run: make -C services/galexie docker-build

# Push images
- name: Login to DockerHub
Expand All @@ -56,4 +56,4 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Push to DockerHub
run: make -C exp/services/galexie docker-push
run: make -C services/galexie docker-push

0 comments on commit 4f5ad3e

Please sign in to comment.