Skip to content

activate tests

activate tests #31

Workflow file for this run

name: Test ARLAS Exploration stack
on: push
jobs:
simple-stack:

Check failure on line 6 in .github/workflows/tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yaml

Invalid workflow file

You have an error in your yaml syntax on line 6
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Start simple stack
run: ./start.sh
- name: Run endpoints tests
run: ./test_endpoints.sh
- name: Init configurations
run: ./scripts/init_arlas_cli_confs.sh
- name: Init stack with data
run: ./scripts/init_stack_with_data.sh local
- name: Stop stack
run: ./stop.sh
iam-stack:
runs-on: ubuntu-latest
steps:
- name: Start iam stack
run: ./start.sh iam
- name: Run endpoints tests
run: ./test_endpoints.sh iam
- name: Init configurations
run: ./scripts/init_arlas_cli_confs.sh
- name: Init stack with data
run: ./scripts/init_stack_with_data.sh local.iam.admin
- name: Stop stack
run: ./stop.sh