chore: make pretty

This commit is contained in:
blam
2021-02-04 21:58:58 +01:00
parent b8877af305
commit a54ea9e4f9
+4 -4
View File
@@ -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