Skip to content

Commit

Permalink
ci: add gateway front to uploaded artifacts
Browse files Browse the repository at this point in the history
Otherwise end to end tests fail on PRs from forks.

Signed-off-by: Younes Khoudli <[email protected]>
  • Loading branch information
Khoyo committed Feb 8, 2025
1 parent 1224fc9 commit e280875
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ jobs:
with:
name: front-tests
path: osrd-front-tests.tar
- name: Upload gateway-front artifact
uses: actions/upload-artifact@v4
if: steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'gateway-front')
with:
name: gateway-front
path: osrd-gateway-front.tar
- name: Upload gateway-standalone artifact
uses: actions/upload-artifact@v4
if: steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'gateway-standalone')
Expand Down

0 comments on commit e280875

Please sign in to comment.