Skip to content

Commit

Permalink
Merge branch 'dev' into josh/preps
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdh committed Sep 19, 2024
2 parents 72aeeb6 + b1059d8 commit f54b279
Show file tree
Hide file tree
Showing 159 changed files with 10,381 additions and 1,637 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v3

- name: Build images
run: docker-compose build
run: docker compose build

- name: Run tests
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: docker-compose run -e COVERALLS_REPO_TOKEN ckan bash /opt/scripts/run-tests.sh -c ckanext.nhm
run: docker compose run -e COVERALLS_REPO_TOKEN ckan bash /opt/scripts/run-tests.sh -c ckanext.nhm
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.pytest_cache
.coverage
build/
dist/
.idea
**/node_modules/
ckanext/nhm/theme/public/fonts/
Loading

0 comments on commit f54b279

Please sign in to comment.