Skip to content

Travis -> GHA

Travis -> GHA #1

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test

Check failure on line 11 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 11, Col: 5): Required property is missing: runs-on
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Add Chrome
uses: browser-actions/setup-chrome@v1
with:
chrome-version: stable
install-chromedriver: true
install-dependencies: true
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 8.9.4
- name: Setup
run: |
npm install -g bower
npm install
bower install
- name: Test
run: npm test