Implements the command to generate storage invoices #236
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test-py38-functional-devstack | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install Devstack and Keycloak | |
run: | | |
./ci/devstack.sh | |
- name: Install ColdFront and plugin | |
run: | | |
./ci/setup.sh | |
- name: Run functional tests | |
run: | | |
./ci/run_functional_tests_openstack.sh |