Skip to content

Commit

Permalink
Fix git clone during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbensley authored Nov 25, 2024
1 parent 48c18c2 commit 8d362fc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 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 @@ -24,6 +23,12 @@ jobs:
run: |
git config --global user.email "github_actions@example.com"
git config --global user.name "Github Actions"
git config -l
ls -l ~/.ssh/
git clone git@github.com:DFZ-Name-and-Shame/dnas_stats.git
- name: exit
run: |
false
- name: Install Python 3.10
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 8d362fc

Please sign in to comment.