Skip to content

Remove hms- prefix from executable #7

Remove hms- prefix from executable

Remove hms- prefix from executable #7

name: Run Integration Tests
on:
- push
- pull_request
- workflow_dispatch
jobs:
run_integration_tests:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Install docker compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose make
- name: Run integration tests
run: make integration