Skip to content

Commit

Permalink
fix(ci): test and release pipeline (#163)
Browse files Browse the repository at this point in the history
Fix:
- added check for `e2e-mariner-container` test to only run on PR from
this repo
- enabled override for `actions/upload-artifact@v4`, which is a breaking
change in v4

Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
  • Loading branch information
JeyJeyGao committed Apr 12, 2024
1 parent 53bdb04 commit ef0d057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
with:
name: ${{ matrix.runtime }}
path: ${{ github.workspace }}/bin/artifacts
overwrite: true
retention-days: 1
release:
name: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
name: E2E testing for Mariner container
runs-on: ubuntu-latest
needs: test
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
steps:
- name: Check out code into the project directory
uses: actions/checkout@v4
Expand Down

0 comments on commit ef0d057

Please sign in to comment.