Skip to content

Update container-test.yml #8

Update container-test.yml

Update container-test.yml #8

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build sdist
run: make sdist
- name: archive artifacts
uses: actions/upload-artifact@v3
with:
name: dist-dir
path: |
dist