Skip to content

Commit

Permalink
more docs/naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed May 27, 2024
1 parent 5fea93d commit 775070f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-local-api/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Run Core API image in Docker
description: Runs the Core API image in Docker, making it available for e.g. E2E tests
description: Runs the Core API image in Docker, making it available for E2E testing

inputs:
api-image:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/.reusable-local-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Cloning repo
uses: actions/checkout@v4

- name: Run Local API
- name: Run Core API image container
id: run-local-api
uses: ./.github/actions/run-local-api
with:
Expand All @@ -47,7 +47,7 @@ jobs:
database_url: postgres://postgres:postgres@172.17.0.1:5432/flagsmith
disable_analytics_features: true

- name: Run E2E tests against local
- name: Run E2E tests
uses: ./.github/actions/e2e-tests
env:
E2E_CONCURRENCY: ${{ inputs.concurrency }}
Expand All @@ -57,7 +57,7 @@ jobs:
environment: local
tests: ${{ inputs.tests }}

- name: Output API container status and logs
- name: Output Core API container status and logs
if: failure()
env:
API_CONTAINER_ID: ${{ steps.run-local-api.outputs.container-id }}
Expand Down

0 comments on commit 775070f

Please sign in to comment.