Skip to content

Glasgow 6 | Haroun Alarabi | Full-Stack-Project-Assessment | Level 300 #4

Glasgow 6 | Haroun Alarabi | Full-Stack-Project-Assessment | Level 300

Glasgow 6 | Haroun Alarabi | Full-Stack-Project-Assessment | Level 300 #4

name: Deploy frontend S3
on:[push]
jobs:

Check failure on line 3 in .github/workflows/frontend-s3-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/frontend-s3-deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
build:
-run-on:ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Run tests
run: npm test