mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
try fix syntax workflow
This commit is contained in:
parent
e54b5aab04
commit
6e91b1d54e
1 changed files with 6 additions and 5 deletions
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
@ -96,12 +96,13 @@ jobs:
|
|||
options: --security-opt seccomp=unconfined
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
- uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2
|
||||
- name: Generate code coverage
|
||||
- run: apt-get update
|
||||
- run: apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev -y
|
||||
- run: cargo +nightly tarpaulin --verbose --tests --all-features --workspace --timeout 120 --out Xml
|
||||
run: |
|
||||
apt-get update &&\
|
||||
apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev -y &&\
|
||||
cargo +nightly tarpaulin --verbose --tests --all-features --workspace --timeout 120 --out Xml
|
||||
- name: Upload to codecov.io
|
||||
- uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
fail_ci_if_error: false
|
||||
|
|
Loading…
Reference in a new issue