Skip to content

Commit

Permalink
Update build-test.yml (tm1 connection configuration)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdavid03 committed Jun 11, 2024
1 parent 44f77b3 commit e786529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Add TM1 connection to Airflow
run: |
DOCKID=$(docker ps | grep webserver | awk '{print $1}')
DOCKID=$(docker ps -q --filter "name=tests_integration-airflow-webserver-1")
docker exec -it $DOCKID airflow connections add tm1_conn --conn-type tm1 --conn-login admin --conn-password admin --conn-host localhost --conn-port 5898 --conn-schema "" --conn-extra ""
- name: Test Airflow TM1 provider
Expand Down

0 comments on commit e786529

Please sign in to comment.