Skip to content

Commit

Permalink
fix chaincode target
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoBergemann committed Jan 15, 2021
1 parent 6003821 commit f9581d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_network_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
DeployAndTestDevNetwork:
env:
TEST_SET: "*CertificateAccessTests *CertificateErrorTests *ExaminationRegulationAccessTests *ExaminationRegulationErrorTests *InternalManagerTests *MatriculationErrorTests *OperationTests *VersionAccessTests"
CHAINCODE_TARGET: "v0.15.5"
CHAINCODE_TARGET: ""

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production_network_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
DeployAndTestProductionNetwork:
env:
TEST_SET: '*AdmissionTests *CertificateAccessTests *CertificateErrorTests *ExaminationRegulationAccessTests *ExaminationRegulationErrorTests *GroupTests *InternalManagerTests *MatriculationErrorTests *MatriculationAccessTests *OperationTests *VersionAccessTests *UserManagementTests *UnsignedTransactionTests'
CHAINCODE_TARGET: "v0.15.5"
CHAINCODE_TARGET: ""

runs-on: ubuntu-latest

Expand Down

0 comments on commit f9581d3

Please sign in to comment.