Skip to content

Commit

Permalink
adjust docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 21, 2024
1 parent d590878 commit b3423e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
run: aws s3 cp --recursive ${{ secrets.S3_GIN_BUCKET }}/behavior_testing_data ./behavior_testing_data

- name: Run docker tests
run: pytest tests/test_on_data/docker_yaml_conversion_specification_cli_test.py -vv -rsx
run: pytest tests/docker_yaml_conversion_specification_cli.py -vv -rsx

0 comments on commit b3423e8

Please sign in to comment.