Skip to content

Commit

Permalink
disable iam tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Aug 30, 2024
1 parent be68995 commit 6d555b3
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ jobs:
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
# 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

0 comments on commit 6d555b3

Please sign in to comment.