Skip to content

Commit

Permalink
Simplify github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Jul 20, 2023
1 parent 1a82512 commit c4b45a9
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,6 @@ jobs:
with:
command: npm run test:api:cloud

- name: Upload screenshots
if: failure()
uses: actions/upload-artifact@v3
with:
name: Screenshots
path: cypress/screenshots
retention-days: 1

- name: Upload videos
if: failure()
uses: actions/upload-artifact@v3
with:
name: Videos
path: cypress/videos
retention-days: 1

gui-project-cypress-tests:
needs: static-analysis
runs-on: ubuntu-latest
Expand All @@ -81,22 +65,6 @@ jobs:
with:
command: npm run test:gui:project:cloud

- name: Upload screenshots
if: failure()
uses: actions/upload-artifact@v3
with:
name: Screenshots
path: cypress/screenshots
retention-days: 1

- name: Upload videos
if: failure()
uses: actions/upload-artifact@v3
with:
name: Videos
path: cypress/videos
retention-days: 1

gui-all-but-project-cypress-tests:
needs: static-analysis
runs-on: ubuntu-latest
Expand All @@ -117,19 +85,3 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
with:
command: npm run test:gui:all:but:project:cloud

- name: Upload screenshots
if: failure()
uses: actions/upload-artifact@v3
with:
name: Screenshots
path: cypress/screenshots
retention-days: 1

- name: Upload videos
if: failure()
uses: actions/upload-artifact@v3
with:
name: Videos
path: cypress/videos
retention-days: 1

0 comments on commit c4b45a9

Please sign in to comment.