diff --git a/.github/workflows/webviz-subsurface.yml b/.github/workflows/subsurface.yml similarity index 98% rename from .github/workflows/webviz-subsurface.yml rename to .github/workflows/subsurface.yml index d82adc106..546caf1dd 100644 --- a/.github/workflows/webviz-subsurface.yml +++ b/.github/workflows/subsurface.yml @@ -90,7 +90,7 @@ jobs: - name: 🐳 Build Docker example image run: | pip install webviz-config-equinor - webviz build ./webviz-subsurface-testdata/webviz_examples/full_demo.yaml --portable ./example_subsurface_app --theme equinor + webviz build ./webviz-subsurface-testdata/webviz_examples/webviz-full-demo.yml --portable ./example_subsurface_app --theme equinor rm -rf ./webviz-subsurface-testdata pushd example_subsurface_app # Related to https://github.com/equinor/webviz-config/issues/150: diff --git a/tests/integration_tests/test_aggregated_data_example.py b/tests/integration_tests/test_aggregated_data_example.py index 6976d932c..60470dd54 100644 --- a/tests/integration_tests/test_aggregated_data_example.py +++ b/tests/integration_tests/test_aggregated_data_example.py @@ -6,7 +6,7 @@ def test_basic_example(dash_duo, tmp_path): # Build a portable webviz from config file appdir = tmp_path / "app" subprocess.call( # nosec - ["webviz", "build", "aggregated.yaml", "--portable", appdir], + ["webviz", "build", "webviz-aggregated.yml", "--portable", appdir], cwd="./webviz-subsurface-testdata/webviz_examples", ) # Remove Talisman diff --git a/tests/integration_tests/test_raw_data_example.py b/tests/integration_tests/test_raw_data_example.py index 9f9f18dd6..f218f710d 100644 --- a/tests/integration_tests/test_raw_data_example.py +++ b/tests/integration_tests/test_raw_data_example.py @@ -6,7 +6,7 @@ def test_full_example(dash_duo, tmp_path): # Build a portable webviz from config file appdir = tmp_path / "app" subprocess.call( # nosec - ["webviz", "build", "raw_data.yaml", "--portable", appdir], + ["webviz", "build", "webviz-raw-data.yml", "--portable", appdir], cwd="./webviz-subsurface-testdata/webviz_examples", ) # Remove Talisman