Remove inline transaction modification because of the early publishme… #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: Run dotnet ci action | |
uses: AElfProject/[email protected] | |
with: | |
commit-token: ${{ secrets.COMMIT_TOKEN }} | |
codecov-token: ${{ secrets.CODECOV_TOKEN }} | |
branch-name: "feature/badge-json" | |
solution-name: "AElf.All.sln" |