Skip to content

Merge pull request #488 from healthysustainablecities/enhancements #216

Merge pull request #488 from healthysustainablecities/enhancements

Merge pull request #488 from healthysustainablecities/enhancements #216

Workflow file for this run

name: Test
on:
pull_request: { branches: main }
push: { branches: main }
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Pull and launch GHSCI software and run tests
run: sudo docker compose -f .test-compose.yml run ghsci