Skip to content

Commit

Permalink
Merge pull request conductor-oss#256 from conductor-oss/fix/ci-build-ui
Browse files Browse the repository at this point in the history
Fix CI `build-ui` job
  • Loading branch information
jmigueprieto authored Sep 11, 2024
2 parents b21f014 + e72500c commit 10a5565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ jobs:
component: true

- name: Archive test screenshots
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: ui/cypress/screenshots

- name: Archive test videos
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: cypress-videos
Expand Down

0 comments on commit 10a5565

Please sign in to comment.