Skip to content

amended references to 'Levels of Government' to be lowercase for cons… #222

amended references to 'Levels of Government' to be lowercase for cons…

amended references to 'Levels of Government' to be lowercase for cons… #222

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