Skip to content

Commit

Permalink
ci: Fix broken test workflow
Browse files Browse the repository at this point in the history
There is a typo in the workflow that is causing the workflow to be
rejected by GitHub.

I am not sure how I managed to merge this mistake in the first place.
  • Loading branch information
joeyparrish committed Mar 22, 2022
1 parent a4ddab3 commit f6d5b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Expand Up @@ -80,4 +80,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Docker
- run: docker build build/docker/
run: docker build build/docker/

0 comments on commit f6d5b10

Please sign in to comment.