Skip to content

Commit

Permalink
Merge pull request #6 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
pipeline edited
  • Loading branch information
Minotriz02 authored May 27, 2024
2 parents 70ec9b6 + db67f9d commit 17c30fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 17c30fe

Please sign in to comment.