Skip to content

Commit 944d42f

Browse files
committed
use non-hidden files for tests
1 parent c94b890 commit 944d42f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/stash-action-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: fail
3636
uses: ./stash/restore
3737
with:
38-
path: .github
38+
path: ./stash
3939
key: this-must-fail
4040

4141
- name: It did not fail
@@ -65,7 +65,7 @@ jobs:
6565
- name: Test Save
6666
uses: ./stash/save
6767
with:
68-
path: .github/
68+
path: stash/
6969
# Create a unique key to test intra workflow artifacts.
7070
key: test/stash-${{ matrix.os }}-${{ github.sha }}
7171
retention-days: '1'
@@ -79,7 +79,7 @@ jobs:
7979
id: test
8080
uses: ./stash/save
8181
with:
82-
path: .github/
82+
path: stash/
8383
# Create a unique key to test intra workflow artifacts.
8484
key: test/stash-${{ matrix.os }}-${{ github.sha }}
8585
retention-days: '1'
@@ -116,7 +116,7 @@ jobs:
116116
if: ${{ steps.stash.outputs.stash-hit == 'false' }}
117117
uses: ./stash/save
118118
with:
119-
path: .github/
119+
path: stash/
120120
key: test-stash-cross-${{ matrix.os }}
121121
retention-days: '90'
122122

@@ -135,7 +135,7 @@ jobs:
135135
uses: ./stash/restore
136136
with:
137137
key: test/stash-${{ matrix.os }}-${{ github.sha }}
138-
path: intra/.github/
138+
path: intra/stash/
139139

140140
- shell: bash
141141
run: ls -laR intra
@@ -144,7 +144,7 @@ jobs:
144144
uses: ./stash/restore
145145
with:
146146
key: test-stash-cross-${{ matrix.os }}
147-
path: inter/.github/
147+
path: inter/stash/
148148

149149
- shell: bash
150150
run: ls -laR inter/

0 commit comments

Comments
 (0)