Browse Source

Rename jobs to be more descriptive

verify-transactions
Thomas Eizinger 4 years ago
parent
commit
921edca806
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -28,7 +28,7 @@ jobs:
- uses: Swatinem/rust-cache@v1.3.0
- run: cargo clippy --workspace --all-targets -- -D warnings
yarn:
build_frontend:
defaults:
run:
working-directory: frontend
@ -43,7 +43,7 @@ jobs:
- run: yarn run eslint
- run: yarn build
cargo:
test_daemons:
strategy:
matrix:
target: [ x86_64-unknown-linux-gnu, x86_64-apple-darwin ]

Loading…
Cancel
Save