Skip to content

Commit a2a1c4e

Browse files
authored
Chore: Updated the GitHub Actions for main branch (#197)
* Updated the main GitHub actions to work for `main` for the Angular changes
1 parent ad2c27f commit a2a1c4e

File tree

2 files changed

+2
-50
lines changed

2 files changed

+2
-50
lines changed

.github/workflows/deploy-to-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- run: npm run build --if-present
2424

2525
- name: Preserve build output when moving branches
26-
run: mv build ../build-tmp
26+
# If this is not done then the build folder will be lost when we switch branches
27+
run: mv dist/csss-ng-frontend/browser ../build-tmp
2728

2829
- name: Switch to the build branch and clean it
2930
run: |

.github/workflows/ng-deploy-to-test.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)