Skip to content

Commit

Permalink
Fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eanzhao committed Aug 7, 2024
1 parent 5022a3e commit 7d51313
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ jobs:
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/[email protected]
with:
Expand Down

0 comments on commit 7d51313

Please sign in to comment.