From f6d5b1025fe3ba8a03de27f95937067a99089c99 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 22 Mar 2022 09:17:40 -0700 Subject: [PATCH] ci: Fix broken test workflow 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. --- .github/workflows/build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 263a873c70..c57f40f34e 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -80,4 +80,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Docker - - run: docker build build/docker/ + run: docker build build/docker/