Skip to content

Commit

Permalink
Remove duplicate steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Nov 7, 2023
1 parent 5122baa commit 52ffff9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Create env files
- name: Create Kafka secrets
run: |
.devcontainer/kafka_secrets/create_secrets.sh
Expand All @@ -21,14 +21,6 @@ jobs:
- id: common
uses: ghga-de/gh-action-common@v3

- name: Create Kafka secrets
run: |
.devcontainer/kafka_secrets/create_secrets.sh
- name: Set up containers
run: |
docker-compose -f .devcontainer/docker-compose.yml up -d
- id: pytest
run: |
export ${{ steps.common.outputs.CONFIG_YAML_ENV_VAR_NAME }}="${{ steps.common.outputs.CONFIG_YAML }}"
Expand Down

0 comments on commit 52ffff9

Please sign in to comment.