Skip to content

Bump @babel/plugin-proposal-decorators from 7.23.9 to 7.24.0 (#647) #514

Bump @babel/plugin-proposal-decorators from 7.23.9 to 7.24.0 (#647)

Bump @babel/plugin-proposal-decorators from 7.23.9 to 7.24.0 (#647) #514

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"