Skip to content
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 Autobahn Scripts #165

Merged
merged 3 commits into from Apr 23, 2021
Merged

Fix Autobahn Scripts #165

merged 3 commits into from Apr 23, 2021

Commits on Apr 22, 2021

  1. tests: use autobahn test suite as docker image

    According to the documentation from the Autobahn Suite GitHub page, it
    seems like they do not support Python 3 which is currently the default
    Python version used with our GitHub Actions.
    
    The simplest way to workaround it properly seems to be using the Docker
    image that the maintainers of the project suggest to use for running the
    suite. This is more future-proof way that we should rely upon.
    
    This commit also removes some redundant steps that are not required.
    daniel-abramov committed Apr 22, 2021
    Copy the full SHA
    639b106 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    12e3dca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e861b1b View commit details
    Browse the repository at this point in the history