Skip to content

Commit 1cd65b4

Browse files
author
Babali42
committed
bugfix (CD) : move tests before build cause it wiped the dist folder
1 parent 3d8fb6e commit 1cd65b4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/angular-deploy-github-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
with:
2020
node-version: 24 # Ensure this matches your project's Node.js version
2121

22+
- name: Test
23+
uses: ./.github/actions/test/
24+
with:
25+
codecov_token: ${{ secrets.CODECOV_TOKEN }}
26+
2227
- name: Install Dependencies
2328
run: npm install
2429
working-directory: frontend/
@@ -27,11 +32,6 @@ jobs:
2732
run: npm run build -- --output-path ../dist
2833
working-directory: frontend/
2934

30-
- name: Test
31-
uses: ./.github/actions/test/
32-
with:
33-
codecov_token: ${{ secrets.CODECOV_TOKEN }}
34-
3535
- name: Copy CNAME file
3636
run: |
3737
echo "www.drumbeatrepo.com" > dist/browser/CNAME

0 commit comments

Comments
 (0)