-
Notifications
You must be signed in to change notification settings - Fork 161
Fix CI setup. Ensure working builds #645
Comments
Reopened as we still miss I see that there are some old integration jobs configured, but they do not seem to be triggered at all, and may no longer be valid. So we need to revisit them and put them into shape |
@medikoo I tried fixing the integration tests, but these require an Azure subscription and I think the subscription set up within this repository might not be paid/up to date or something so they are failing. I've got something that I think might work, but I don't have a subscription to test them on. |
@gligorkot thanks for info, in light of that (as I don't have available Azure subscription which can be used for testing), can we update the |
To follow up with maintenance we need to fix CI.
Ideally, if we create a similar configuration as it's in the Serverless Framework -> https://github.com/serverless/serverless/tree/main/.github/workflows where we have three jobs:
master
by running unit and integration tests (if they exist - here I believe we can skip on that), and publishes new tag if detects changes of version in package.jsonThe text was updated successfully, but these errors were encountered: