Skip to content

fixed typo in docker build command #31

fixed typo in docker build command

fixed typo in docker build command #31

name: continuos Integration-FE
on:
pull_request:
branches:
['main']
jobs:
continuos Integration-FE:
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/workflow-test-front.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow-test-front.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Using Node.js
- uses: actions/checkout@v4
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: run install, build and test
run: |
npm install
npm run build
npm run test