-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix test and add changelog for 0.7.0 #84
Fix test and add changelog for 0.7.0 #84
Conversation
Signed-off-by: Ross Fairbanks <[email protected]>
Signed-off-by: Ross Fairbanks <[email protected]>
Signed-off-by: Ross Fairbanks <[email protected]>
@@ -1,24 +1,27 @@ | |||
name: docker-integration-test | |||
on: [push] | |||
on: [pull_request, push] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrchrisadams Push doesn't work for forks 🤦♂️ now we will run the integration tests once a PR is created.
I also did some code gardening and updated the actions versions.
- Update Electricity Maps provider to return both estimated and actual values. | ||
Note: There is a delay before actual values are available. | ||
- Update location parameter to support multiple locations separated with a | ||
comma. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrchrisadams PTAL 🙏 Do these release notes look OK?
uses: actions/checkout@v4 | ||
- | ||
name: Set up Go | ||
uses: actions/setup-go@v5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The go version in the Actions VM is usually pretty old. We used setup-go in the release action. Now we use it in all of them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @rossf7, thank you. Merge away.
No description provided.