Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix git clone during CI #210

Merged
merged 12 commits into from
Nov 25, 2024
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
Loading