Skip to content

Commit

Permalink
fix tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Aug 30, 2024
1 parent 7ddc129 commit 0c4edb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Start simple stack
run: ./start.sh
- name: Run endpoints tests
run: ./test_endpoints.sh
run: ./scripts/test_endpoints.sh
- name: Init configurations
run: ./scripts/init_arlas_cli_confs.sh
- name: Init stack with data
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Start iam stack
run: ./start.sh iam
- name: Run endpoints tests
run: ./test_endpoints.sh iam
run: ./scripts/test_endpoints.sh iam
- name: Init configurations
run: ./scripts/init_arlas_cli_confs.sh
- name: Init stack with data
Expand Down

0 comments on commit 0c4edb3

Please sign in to comment.