Skip to content

Hammer/generic alerts #2591

Hammer/generic alerts

Hammer/generic alerts #2591

Workflow file for this run

name: dashboard
on:
pull_request:
paths:
- '.github/workflows/dashboard.yml'
- 'packages/dashboard/**'
- 'packages/react-components/**'
- 'packages/rmf-auth/**'
- 'packages/rmf-models/**'
- 'packages/api-client/**'
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
CI: true
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-22.04
container:
image: ghcr.io/${{ github.repository }}/minimal-rmf
credentials:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
shell: bash

Check failure on line 28 in .github/workflows/dashboard.yml

View workflow run for this annotation

GitHub Actions / dashboard

Invalid workflow file

The workflow is not valid. .github/workflows/dashboard.yml (Line: 28, Col: 9): Unexpected value 'shell' .github/workflows/dashboard.yml (Line: 29, Col: 9): Unexpected value 'working-directory'
working-directory: packages/dashboard
steps:
- uses: actions/checkout@v4
- name: bootstrap
uses: ./.github/actions/bootstrap
with:
package: rmf-dashboard
skip-build: true
- name: unit test
run: pnpm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
flags: dashboard