FE: Consumers: Fix lag is displayed as 'N/A' in case of null value #463
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Frontend: PR: Build and test" | |
| on: | |
| pull_request_target: | |
| types: [ "opened", "reopened", "synchronize" ] | |
| paths: | |
| - "contract/**" | |
| - "frontend/**" | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/frontend_tests.yml |