Skip to content

Implement the has_pending_changes feature for the views #4773

Implement the has_pending_changes feature for the views

Implement the has_pending_changes feature for the views #4773

Workflow file for this run

name: Explorer tests
on:
push:
branches: [ main ]
pull_request:
branches:
- "**"
paths-ignore:
- 'CONTRIBUTING.md'
- 'INSTALL.md'
- 'docker/**'
- 'kubernetes/**'
workflow_dispatch:
# This allows a subsequently queued workflow run to interrupt previous runs on pull-requests
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.run_id }}'
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUST_BACKTRACE: short
RUSTFLAGS: "-D warnings"
RUSTUP_MAX_RETRIES: 10
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build
run: |
cd linera-explorer
npm cache clean --force
npm install
npm run full
- name: Test
run: |
cd linera-explorer
npm run test -- --run