Skip to content

Merge pull request #134 from gisaia/feat/newdockercompose #50

Merge pull request #134 from gisaia/feat/newdockercompose

Merge pull request #134 from gisaia/feat/newdockercompose #50

Workflow file for this run

name: Test ARLAS Exploration stack
on: push
jobs:
simple-stack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Start simple stack
run: ./start.sh
- name: Run endpoints tests
run: ./scripts/test_endpoints.sh
- name: Install arlas_cli
run: pip3.10 install arlas_cli
- 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:
# - uses: actions/checkout@v2
# - name: Start iam stack
# run: ./start.sh iam
# - name: Run endpoints tests
# run: ./scripts/test_endpoints.sh iam
# - name: Install arlas_cli
# run: pip3.10 install arlas_cli
# - 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