Skip to content

Update run_tests.yml #2

Update run_tests.yml

Update run_tests.yml #2

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: dabuche0/skill_sharp:latest
credentials:
username: dabuche0
password: ${{ secrets.docker_hub_password }}
steps:
- uses: actions/checkout@v4
- name: Run tests
run: make test_all