Skip to content

chore(main): release webdriver-bidi-protocol 0.1.3 (#89) #212

chore(main): release webdriver-bidi-protocol 0.1.3 (#89)

chore(main): release webdriver-bidi-protocol 0.1.3 (#89) #212

Workflow file for this run

name: CI
# Declare default permissions as read only.
permissions: read-all
on:
push:
branches:
- main
pull_request:
branches:
- '**'
concurrency:
group: ci-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
ci:
name: '[Required] Run tests'
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 2
- name: Install cddlconv
run: cargo install cddlconv@0.1.5
- name: Install dependencies
run: npm ci
- name: Build and test
run: npm test