Skip to content

Commit

Permalink
Test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jul 12, 2024
1 parent 7e3e58b commit 314a5c0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/new_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: tardis-repo
path: tardis
path: ./
- run: |
ls
ls ../
- name: Setup tardis
uses: ./.github/actions/setup_tardis
with:
Expand All @@ -81,8 +85,8 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: tardis-repo
path: tardis
path: ./

- name: Setup tardis
uses: ./.github/actions/setup_tardis
with:
Expand Down

0 comments on commit 314a5c0

Please sign in to comment.