Skip to content

Commit

Permalink
update angular tests to use the new bitdev scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Oct 31, 2023
1 parent a30a704 commit 48d42ea
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/angular-create-app-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create a Angular app component
run: |
cd my-workspace
bit create ng-app apps/my-app --aspect teambit.angular/angular --log error
bit create ng-app apps/my-app --aspect bitdev.angular/angular-env --log error
bit use apps/my-app --log error
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/angular-create-app-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Create a Angular app component
run: |
cd my-workspace
bit create ng-app apps/my-app --aspect teambit.angular/angular --log error
bit create ng-app apps/my-app --aspect bitdev.angular/angular-env --log error
bit use apps/my-app --log error
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/angular-create-component-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
bit --version
- name: Create a new workspace
run: |
bit new angular my-workspace --env teambit.angular/angular --default-scope my-org.my-scope --log error
bit new angular my-workspace --env bitdev.angular/angular-env --default-scope my-org.my-scope --log error
- name: Create an Angular component and set env
run: |
cd my-workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/angular-create-component-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bvm config
- name: Create a new workspace
run: |
bit new angular my-workspace --env teambit.angular/angular --default-scope my-org.my-scope --log error
bit new angular my-workspace --env bitdev.angular/angular-env --default-scope my-org.my-scope --log error
- name: Create an Angular component and set env
run: |
cd my-workspace
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/angular-create-env-component-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Create a Angular env
run: |
cd my-workspace
bit create ng-env envs/my-angular-env --aspect teambit.angular/angular --log error
bit create ng-env envs/my-angular-env --aspect bitdev.angular/angular-env --log error
- name: Create a Angular component and set env
run: |
cd my-workspace
bit create ng-module pages/welcome --aspect teambit.angular/angular --log error
bit create ng-module pages/welcome --aspect bitdev.angular/angular-env --log error
bit env set my-org.my-scope/pages/welcome my-org.my-scope/envs/my-angular-env --log error
- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/angular-create-env-component-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Create a Angular env
run: |
cd my-workspace
bit create ng-env envs/my-angular-env --aspect teambit.angular/angular --log error
bit create ng-env envs/my-angular-env --aspect bitdev.angular/angular-env --log error
- name: Create a Angular component and set env
run: |
cd my-workspace
bit create ng-module pages/welcome --aspect teambit.angular/angular --log error
bit create ng-module pages/welcome --aspect bitdev.angular/angular-env --log error
bit env set my-org.my-scope/pages/welcome my-org.my-scope/envs/my-angular-env --log error
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/angular-create-workspace-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
bit --version
- name: Create a new workspace
run: |
bit new angular my-workspace --env teambit.angular/angular --default-scope my-org.my-scope --log error
bit new angular my-workspace --env bitdev.angular/angular-env --default-scope my-org.my-scope --log error
- name: Show components, envs and status
run: |
cd my-workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/angular-create-workspace-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bvm config
- name: Create a new workspace
run: |
bit new angular my-workspace --env teambit.angular/angular --default-scope my-org.my-scope --log error
bit new angular my-workspace --env bitdev.angular/angular-env --default-scope my-org.my-scope --log error
- name: Show components, envs and status
run: |
cd my-workspace
Expand Down

0 comments on commit 48d42ea

Please sign in to comment.