From db67f9d98d48d8dce946213e8be9699683db2ad7 Mon Sep 17 00:00:00 2001 From: Minotriz02 Date: Mon, 27 May 2024 14:38:52 -0500 Subject: [PATCH] pipeline edited --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 876518a..5663226 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -42,8 +42,8 @@ jobs: pip install -r ./requirements.txt - name: Create credentials file run: | - echo "GEOSERVER_USER=${{env.GEOSERVER_USERNAME}}" > credentials.txt - echo "GEOSERVER_PASSWORD=${{env.GEOSERVER_PASSWORD}}" >> credentials.txt + echo "GEOSERVER_USER=${{env.GEOSERVER_USERNAME}}" > geo_config.txt + echo "GEOSERVER_PASSWORD=${{env.GEOSERVER_PASSWORD}}" >> geo_config.txt - name: Run Tests run: | python -m unittest discover -s ./src/test/ -p 'test_*.py'