Skip to content

Commit

Permalink
Fixes typo in actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckramp committed Jan 10, 2023
1 parent 65d78bd commit af2cabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Start Test Datenbase
- name: Start Test Database
run: >-
docker run -d --name ${{ matrix.module }}-test-${{ github.run_id }}
-p 7687
Expand Down

0 comments on commit af2cabb

Please sign in to comment.