Skip to content

Commit

Permalink
Modifying tests for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Dec 18, 2024
1 parent efc82d4 commit 4996b08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ jobs:
shell: bash
run: |
cd tardis-regression-data
git config --global user.name 'atharva-2001'
git config --global user.email 'aryaatharva18@gmail.com'
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
# git config user.name "GitHub Actions Bot"
# git config user.email "actions@github.com"
Expand Down

0 comments on commit 4996b08

Please sign in to comment.