Skip to content

Update publish.yml to match relative-time-element publish #11

Update publish.yml to match relative-time-element publish

Update publish.yml to match relative-time-element publish #11

Workflow file for this run

name: Build and run tests
'on':
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build
- name: Run test
run: npm run test