Skip to content

Setup target dir for test gh action #6

Setup target dir for test gh action

Setup target dir for test gh action #6

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
name: Tests
runs-on: ubuntu-20.04
container:
image: ghcr.io/day8/chrome-latest:5.1.0
steps:
- uses: actions/checkout@v3
- name: npm install
run: 'npm install'
- name: setup dirs
run 'mkdir -p resources/public/js/compiled'

Check failure on line 16 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 16
- name: run tests
run: |
nohup npm run watch &
sleep 180
karma start --single-run