added new test.sh script
The test.sh script will run the cargo test and save a formatted output from each project and then append them to a final log file which will be the data to be uploaded to the spreadsheet
This commit is contained in:
4
.github/workflows/ui_test.yml
vendored
4
.github/workflows/ui_test.yml
vendored
@@ -14,6 +14,4 @@ jobs:
|
||||
|
||||
- name: Run UI tests
|
||||
run: |
|
||||
cd ui
|
||||
pwd
|
||||
cargo test --verbose
|
||||
bash .github/workflows/test.sh ui/
|
||||
|
||||
Reference in New Issue
Block a user