Skip to content

test

test #4

Workflow file for this run

name: pr-build
on:
pull_request:
branches: [ main ]
jobs:
pr-build:
runs-on: ubuntu-latest
steps:
- name: Upload artifacts
if: ${{ inputs.artifactType == 'library'}}
uses: actions/upload-artifact@v4
with:
retention-days: 2
name: coverage
path: |
src/main/1Link