Skip to content

postmortem v1 finished #33

postmortem v1 finished

postmortem v1 finished #33

Workflow file for this run

name: Continuos Integration
on: pull_request
jobs:
continous-integration:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v4

Check failure on line 8 in .github/workflows/CI.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
with:
ref: react-testing
- uses: actions/checkout@v4
- name: use Node.JS
uses: actions/setup-node@v2
with:
node-version: 21.x
- name: run, install and test
run: |
npm install
npm run build
npm run test