Skip to content

Commit c5a2093

Browse files
authored
reinstate test test folder copy here as found an eazier way to run tauri tests without rewriting a lot of test paths
1 parent 73feff1 commit c5a2093

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-staging.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
npm run release:staging
2828
npm run zipTestFiles
2929
cp -r dist distToDeploy/
30+
cp -r dist distToDeploy/src/
31+
cp -r test distToDeploy/test/
3032
shell: bash
3133

3234
- name: Copying release artifacts to public folder

0 commit comments

Comments
 (0)