From 148b901c36518eea91a5a142d53c537e881e1aad Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:24:52 -0800 Subject: [PATCH] Fixes workflow syntax error --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18e311fe..807bcf10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,8 +31,8 @@ jobs: python setup.py install - name: Test with pytest from dedicated branch uses: actions/checkout@v4 - with: - ref: pytests + with: + ref: pytests run: | # Create a clean UEDGE instance for every test pytest --forked