Skip to content

Commit

Permalink
oooo
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 31, 2024
1 parent 8b63181 commit b3ddedf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
- run:
name: Node 18
command: |
nvm install v18.14.0
$NVM_DIR/nvm.sh install v18.14.0
- run:
name: Running Test Runner
command: yarn task --task test-runner --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task test-runner) --no-link --start-from=never --junit
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
- run:
name: Node 18
command: |
nvm install v18.14.0
$NVM_DIR/nvm.sh install v18.14.0
- run:
name: Running Test Runner in Dev mode
command: yarn task --task test-runner-dev --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task test-runner-dev) --no-link --start-from=never --junit
Expand Down Expand Up @@ -444,7 +444,7 @@ jobs:
- run:
name: Node 18
command: |
nvm install v18.14.0
$NVM_DIR/nvm.sh install v18.14.0
- run:
name: Running E2E Tests
command: yarn task --task e2e-tests --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task e2e-tests) --no-link --start-from=never --junit
Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:
- run:
name: Node 18
command: |
nvm install v18.14.0
$NVM_DIR/nvm.sh install v18.14.0
- run:
name: Running E2E Tests
command: yarn task --task e2e-tests-dev --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task e2e-tests-dev) --no-link --start-from=never --junit
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
- run:
name: Node 18
command: |
nvm install v18.14.0
$NVM_DIR/nvm.sh install v18.14.0
- run:
name: Running Bench
command: yarn task --task bench --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task bench) --no-link --start-from=never --junit
Expand Down

0 comments on commit b3ddedf

Please sign in to comment.