Skip to content

#b6ce087 junit debug #448

#b6ce087 junit debug

#b6ce087 junit debug #448

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build abs package
run: |
make dist
- uses: actions/upload-artifact@v2
with:
name: abs-nightly-build
path: dist/*.tar.gz