From a54ea9e4f9e1b8a3a851ff653a36c3bfa34ff483 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 4 Feb 2021 21:58:58 +0100 Subject: [PATCH] chore: make pretty --- .github/workflows/tugboat.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tugboat.yml b/.github/workflows/tugboat.yml index 45c91dfcce..ea275331ad 100644 --- a/.github/workflows/tugboat.yml +++ b/.github/workflows/tugboat.yml @@ -53,7 +53,7 @@ jobs: with: node-version: '14' - name: fetch branch master - + - name: yarn install run: yarn workspace e2e-test install @@ -93,14 +93,14 @@ jobs: install: false headless: true - # Test run video was always captured, so this action uses "always()" condition + # Test run video was always captured, so this action uses "always()" condition - uses: actions/upload-artifact@v1 if: always() with: working-directory: ./packages/e2e-test/src name: cypress-videos path: cypress/videos - + - name: set status if: ${{ failure() }} uses: actions/github-script@v3 @@ -115,7 +115,7 @@ jobs: context: 'Backstage Tugboat E2E Tests', target_url: "https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}" }); - + - name: set status if: ${{ success() }} uses: actions/github-script@v3