diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 491911c9..6bc9c3e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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