Skip to content

Commit

Permalink
ci(docker): remove old test
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Lee committed Aug 31, 2024
1 parent 534a055 commit db17b59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
run: |
docker run -d --rm -p 8080:8080 --name airflow -v $(pwd)/dags:/opt/airflow/dags -v $(pwd)/fixtures:/opt/airflow/fixtures ${RC_NAME}:test webserver
sleep 10
docker exec airflow bash -c "airflow test OPENING_CRAWLER_V1 CRAWLER 2020-01-01"
docker exec airflow bash -c "airflow test QUESTIONNAIRE_2_BIGQUERY TRANSFORM_data_questionnaire 2020-09-29"
- name: Push cache to Google Container Registry
if: success()
run: |
Expand Down

0 comments on commit db17b59

Please sign in to comment.