Skip to content

Configure working dir for steps #4

Configure working dir for steps

Configure working dir for steps #4

Workflow file for this run

name: "Training Portal Tests"
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Repo Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14
- name: Setup Portal
working-directory: ./trainingportal
run: |
npm install
config.json.docker config.json
tools/devSetup.js
- name: Run Tests
working-directory: ./trainingportal
run: npm test