debug test
This commit is contained in:
@ -87,16 +87,19 @@ jobs:
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
target
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
${{ runner.os }}-cargo-
|
||||
${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
|
||||
${{ runner.os }}-cargo-test-
|
||||
- name: Download dist
|
||||
working-directory: ./ui
|
||||
uses: https://gitea.com/actions/download-artifact@v3
|
||||
with:
|
||||
name: dist-${{ hashFiles('src/**') }}
|
||||
path: ../dist
|
||||
name: dist-${{ hashFiles('ui/src/**') }}
|
||||
path: dist
|
||||
- name: ls
|
||||
run: |
|
||||
ls
|
||||
ls dist
|
||||
- name: Run tests
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user