Skip to content

Commit

Permalink
Fix git clone during CI (#210)
Browse files Browse the repository at this point in the history
Fix git clone during CI by removing the hard coded SSH auth sock path.
Also bump the testing container to Ubuntu 22.04
  • Loading branch information
jwbensley authored Nov 25, 2024
1 parent 548da50 commit ed052d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ on:
jobs:
python-unit-tests:
name: Python Unit Tests
runs-on: ubuntu-20.04

runs-on: ubuntu-22.04
steps:
- name: Clone repo
uses: actions/checkout@v3
Expand All @@ -35,7 +34,5 @@ jobs:
sudo apt-get install -y whois shellcheck
- name: Run the tox tests
working-directory: /home/runner/work/dfz_name_and_shame/dfz_name_and_shame/
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: |
tox

0 comments on commit ed052d2

Please sign in to comment.