Skip to content

Commit

Permalink
new integration test pipeline 3
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Sep 18, 2024
1 parent 93ba733 commit ee36df6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
name: web-main-static
path: |
frontend/static
frontend/teplates/frontend/*.html
frontend/templates/frontend/*.html
- name: 'Archive Node App Static Build Results'
uses: actions/upload-artifact@v4
with:
name: nodeapp-main-static
path: |
nodeapp/static
nodeapp/*.html
frontend/teplates/frontend/*.html
frontend/templates/frontend/*.html
- name: 'Archive Desktop App Static Build Results'
uses: actions/upload-artifact@v4
with:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@v4

- name: 'Download static files Artifact for a release'
uses: actions/download-artifact@v4
- name: 'Download static files Artifact'
uses: dawidd6/action-download-artifact@v6
with:
workflow: frontend-build.yml
workflow_conclusion: success
name: web-main-static
path: |
frontend/static
frontend/teplates/frontend/*.html
frontend/templates/frontend/*.html
- name: Patch Dockerfile and .env-sample
run: |
Expand Down

0 comments on commit ee36df6

Please sign in to comment.