From 4286ef5de125dec794ee30c469fe85b9bbbcdd75 Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Tue, 16 Apr 2024 13:45:22 -0400 Subject: [PATCH] don't use the job name --- .github/workflows/python-ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci-tests.yml b/.github/workflows/python-ci-tests.yml index 3fc774b0..5358a286 100644 --- a/.github/workflows/python-ci-tests.yml +++ b/.github/workflows/python-ci-tests.yml @@ -48,7 +48,7 @@ jobs: pip install tox-gh-actions pip install codecov - name: Connect to PostgreSQL - uses: container-job + uses: postgres - name: Test with Tox run: | tox