From 05f3e3704d9ad44babcac4c18c6c86c2c32bbb34 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Tue, 16 Apr 2024 12:35:58 -0400 Subject: [PATCH] Fix spelling of `--scheduled` option used in scheduled tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afe44cf94..d8089a536 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,7 +91,7 @@ jobs: - name: Use scheduled test configuration if: github.event_name == 'schedule' - run: echo PYTEST_ADDOPTS=--schedule >> "$GITHUB_ENV" + run: echo PYTEST_ADDOPTS=--scheduled >> "$GITHUB_ENV" - name: Run all tests if: matrix.mode != 'dandi-api'