Skip to content

Commit

Permalink
Merge pull request #121 from NaturalHistoryMuseum/josh/run_210_tests_too
Browse files Browse the repository at this point in the history
ci: add tests on next to ci
  • Loading branch information
jrdh committed Sep 25, 2023
2 parents 1b63ed6 + b741e44 commit 40b9069
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

jobs:
test:
test_latest:
runs-on: ubuntu-latest

steps:
Expand All @@ -19,3 +19,17 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: docker-compose run -e COVERALLS_REPO_TOKEN latest bash /opt/scripts/run-tests.sh -c ckanext.ldap

test_next:
runs-on: ubuntu-latest

steps:
- name: Checkout source code
uses: actions/checkout@v3

- name: Build images
run: docker-compose build

- name: Run tests
run: docker-compose run next bash /opt/scripts/run-tests.sh -c ckanext.ldap

0 comments on commit 40b9069

Please sign in to comment.