Skip to content

Commit

Permalink
⚠️ Upload Saga Typed and Parallel Stems v2 (#7723)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Mendelsohn <andrew.j.mendelsohn@gmail.com>
  • Loading branch information
rickyrombo and amendelsohn authored Mar 21, 2024
1 parent 4b4fd9b commit f27c8e1
Show file tree
Hide file tree
Showing 72 changed files with 3,160 additions and 2,029 deletions.
2 changes: 1 addition & 1 deletion .circleci/src/@continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
slack: circleci/slack@4.12.0
aws-cli: circleci/aws-cli@3.1.5
ruby: circleci/ruby@1.2.0
cypress: cypress-io/cypress@3.1.3
cypress: cypress-io/cypress@3.3.1
browser-tools: circleci/browser-tools@1.4.4
newman: postman/newman@1.0.0

Expand Down
12 changes: 6 additions & 6 deletions .circleci/src/jobs/@web-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ web-test-staging:
- checkout
- attach_workspace:
at: ./
- browser-tools/install-browser-tools:
chrome-version: 116.0.5845.96 # TODO: remove when chromedriver downloads are fixed
- cypress/install:
install-command: 'cd packages/probers && npx cypress install'
install-browsers: false
install-command: 'npx cypress install'
install-browsers: true
working-directory: ~/audius-protocol/packages/probers
- cypress/run-tests:
cypress-command: 'cd packages/probers && npx cypress run --browser chrome'
start-command: 'npx serve -l 3001 -s packages/web/build-staging'
cypress-command: 'npx cypress run --browser chrome'
start-command: 'cd ../.. ; npm run web:stage'
working-directory: ~/audius-protocol/packages/probers
- store_artifacts:
path: /home/circleci/audius-protocol/packages/probers/cypress/videos
- store_artifacts:
Expand Down
6 changes: 4 additions & 2 deletions .circleci/src/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:
only: /(^release.*)$/

- web-test-staging:
context: Audius Client
context:
- Audius Client
- Probers
requires:
- web-build-staging
- web-init

- web-test:
context: Audius Client
Expand Down
Loading

0 comments on commit f27c8e1

Please sign in to comment.