Skip to content

Merge branch 'feature/use-github-actions' of aelf:AElfProject/AElf in… #7

Merge branch 'feature/use-github-actions' of aelf:AElfProject/AElf in…

Merge branch 'feature/use-github-actions' of aelf:AElfProject/AElf in… #7

Workflow file for this run

name: Test
on:
push:
branches:
- dev
- master
- feature/use-github-actions
jobs:
build-and-test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download AElf build tools
run: bash scripts/download_binary.sh
- name: Install Protobuf
run: bash scripts/install_protobuf.sh
- name: Run dotnet ci action
uses: AElfProject/dotnet-ci-action@v0.0.1
with:
commit-token: ${{ secrets.COMMIT_TOKEN }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}
branch-name: "feature/badge-json"
solution-name: "AElf.All.sln"