Fix YAML indentation
This commit is contained in:
parent
e91185461a
commit
899a495f80
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
|
|
@ -18,13 +18,13 @@ jobs:
|
|||
env:
|
||||
APP_ENV: testing
|
||||
frontend:
|
||||
name: Front End
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
- name: Run tests
|
||||
run: |
|
||||
yarn lint
|
||||
yarn test
|
||||
name: Front End
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
- name: Run tests
|
||||
run: |
|
||||
yarn lint
|
||||
yarn test
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user