Skip to content

Commit

Permalink
Turn off autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Aug 1, 2023
1 parent 79cd827 commit 9de9eb2
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1

# Commit validation results produced by integration tests back into repo
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Automatically update integration test validation results
file_pattern: 'tests/stats_tests.png data/validation/processed/stats_tests.csv tests/README.md'
# # Commit validation results produced by integration tests back into repo
# - uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: Automatically update integration test validation results
# file_pattern: 'tests/stats_tests.png data/validation/processed/stats_tests.csv tests/README.md'

# Add output GeoPackage data to Actions artifact so it can be downloaded
- uses: actions/upload-artifact@v3
Expand All @@ -87,6 +87,18 @@ jobs:
with:
name: output_shps
path: ./artifacts/coastlines_tests.shp.zip

# Add output test results 1
- uses: actions/upload-artifact@v3
with:
name: test_results
path: ./artifacts/stats_tests.png

# Add output test results 2
- uses: actions/upload-artifact@v3
with:
name: test_results
path: ./artifacts/stats_tests.csv

# Update code coverage
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 9de9eb2

Please sign in to comment.