Skip to content

Bump the ts-eslint group across 1 directory with 2 updates (#713) #556

Bump the ts-eslint group across 1 directory with 2 updates (#713)

Bump the ts-eslint group across 1 directory with 2 updates (#713) #556

Workflow file for this run

name: 'Build'
on:
push:
branches:
- main
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
cd /home/runner/work/lovelace-hourly-weather/lovelace-hourly-weather
npm ci
npm run build
- name: Run tests
uses: cypress-io/github-action@v6
with:
record: false
start: npm run test:server
wait-on: 'http://localhost:8000'
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TZ: Etc/UTC # https://github.com/cypress-io/cypress/issues/1043
- name: HACS Action
uses: "hacs/action@main"
with:
category: "plugin"