From 0bf9bedfc7da422e3218609066ff6300620fd100 Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Wed, 29 Jan 2025 12:51:11 -0700 Subject: [PATCH] GH actions - Update setup to new credentials file handling --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 297bc29..4aabd2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,5 +54,5 @@ jobs: python3 -m pip install -e ".[dev]" - name: Test with pytest run: | - mv tests/credentials.json.sample tests/credentials.json + mv credentials.json.sample credentials.json pytest -s