Skip to content

Travis -> GHA

Travis -> GHA #6

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: "0.10"
- name: Setup
run: |
npm install -g bower
npm install
bower install
- name: Test
run: |
echo "These tests do not work at present due to outdated code" \

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 30
"maybe try to fix them if you need to make changes in this repo?"
npm test