Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 3d8f4af
Author: Junjie Gao <junjiegao@microsoft.com>
Date:   Tue Dec 26 08:21:22 2023 +0800

    build: bump up donet 8 (#145)

    Bump up:
    - dotnet 8
    - dependencies

    Fix:
    - unit test warnings

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>

    ---------

    Signed-off-by: Junjie Gao <junjiegao@microsoft.com>

Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
  • Loading branch information
JeyJeyGao committed Jan 9, 2024
1 parent 3709606 commit 35364e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,13 @@ jobs:
name: E2E testing on Linux
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/cbl-mariner/busybox:2.0
image: mcr.microsoft.com/cbl-mariner/base/core:2.0
options: --cpus 1
needs: test
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
steps:
- name: Install tar
run: yum install tar -y
- name: Check out code into the project directory
uses: actions/checkout@v3
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 35364e1

Please sign in to comment.