Skip to content

updated app to provide more informative error messages, and a way to … #215

updated app to provide more informative error messages, and a way to …

updated app to provide more informative error messages, and a way to … #215

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