Skip to content

Commit

Permalink
Use AElfProject/dotnet-ci-action@v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eanzhao committed Aug 7, 2024
1 parent b386505 commit b27bd1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-and-test:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
permissions:
pull-requests: write
contents: write
Expand All @@ -23,7 +23,7 @@ jobs:
run: bash scripts/install_protobuf.sh

- name: Run dotnet ci action
uses: AElfProject/dotnet-ci-action@v0.0.1
uses: AElfProject/dotnet-ci-action@v0.0.2
with:
commit-token: ${{ secrets.COMMIT_TOKEN }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit b27bd1e

Please sign in to comment.