Skip to content

Updated used docker image/container to run tests #3

Updated used docker image/container to run tests

Updated used docker image/container to run tests #3

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