Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Jan 10, 2024
1 parent 5dc6f83 commit 94669ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
needs: [put-to-cache]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
path: |
Expand All @@ -48,6 +49,7 @@ jobs:
needs: [put-to-cache]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
path: |
Expand All @@ -65,6 +67,7 @@ jobs:
needs: [put-to-cache]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
echo "-" >> a/b/c/file.txt
Expand All @@ -87,6 +90,7 @@ jobs:
needs: [put-to-cache]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
echo "-" >> a/b/c/file.txt
Expand Down

0 comments on commit 94669ba

Please sign in to comment.