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