Skip to content

Commit c0ad17f

Browse files
authored
Archive internal-tools artifacts (#650)
1 parent 4032adc commit c0ad17f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,10 @@ jobs:
6969

7070
- name: Run tests with React
7171
run: npm run test
72+
73+
- name: Archive internal-tools artifacts
74+
uses: actions/upload-artifact@v3
75+
with:
76+
name: internal-tools-artifacts
77+
path: artifacts/internal-tools/
78+
retention-days: 7

0 commit comments

Comments
 (0)