Skip to content

Commit

Permalink
Updated some protocol matrix test name (#10371)
Browse files Browse the repository at this point in the history
updated github action tests name
to match current circleCI test setup
  • Loading branch information
soloseng authored Jun 13, 2023
1 parent e208c22 commit d4a4feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ jobs:
echo "If these changes are intended, update the 'releaseData/versionReports' accordingly"
exit 1
fi
- name: Protocol Unit tests
- name: Protocol Common tests
command: |
yarn --cwd packages/protocol test common/
- name: Protocol Compatibility
Expand All @@ -318,7 +318,7 @@ jobs:
- name: Protocol Governance Voting
command: |
yarn --cwd packages/protocol test governance/voting/
- name: Protocol Governance Identity
- name: Protocol Identity
command: |
yarn --cwd packages/protocol test identity/
- name: Protocol Stability
Expand Down

0 comments on commit d4a4feb

Please sign in to comment.