nukosuke/terraform-provider-zendesk

Switch to GitHub Actions

Opened this issue · 0 comments

travis.org will be shutting down and .com is not suitable for our use case.
now we have unix tests and acceptance tests on travis. They should be migrated to GitHub Actions.

Tests

  • go versions
    • v1.14
    • v1.15
    • v1.17
    • v1.18
  • Acc Test

preparation for acc tests

  • Create CI workflow
  • env vars in yml
    • TF_ACC=true
    • ZENDESK_ACCOUNT=d3v-terraform-provider
  • env vars in GH secrets
    • ZENDESK_TOKEN
    • ZENDESK_EMAIL

Release

  • Create Release workflow #227
    • run on tag