Skip to content

add working directory #2

add working directory

add working directory #2

Workflow file for this run

name: Angular CI
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest steps:

Check failure on line 6 in .github/workflows/angular.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/angular.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Install dependencies and run tests
working-directory: ui
run: |
npm i
npm test