run_acl_migration_tests.yaml 551 B

12345678910111213141516171819202122
  1. name: ACL fix & migration integration tests
  2. on: workflow_dispatch
  3. jobs:
  4. test:
  5. runs-on: ubuntu-20.04
  6. container: emqx/build-env:erl23.2.7.2-emqx-3-ubuntu20.04
  7. strategy:
  8. fail-fast: true
  9. env:
  10. BASE_VERSION: "4.3.0"
  11. steps:
  12. - uses: actions/checkout@v2
  13. with:
  14. path: emqx
  15. - name: Prepare scripts
  16. run: |
  17. cp ./emqx/.ci/acl_migration_test/*.sh ./
  18. - name: Run tests
  19. run: |
  20. ./suite.sh emqx "$BASE_VERSION"