Skip to content

Commit

Permalink
Minor refactor (CI): update fourth step to make use of right backend …
Browse files Browse the repository at this point in the history
…service
  • Loading branch information
aybruhm committed May 27, 2024
1 parent 7c9b884 commit 8341a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
docker-compose -f "docker-compose.test.yml" up -d --build
- name: Restart Backend Service To Fetch Template(s)
run: docker container restart agenta_backend_1
run: docker container restart agenta-backend-test

- name: Wait for Backend Service
run: curl http://localhost/api/health/
Expand Down

0 comments on commit 8341a8f

Please sign in to comment.