ci-test/.gitea/workflows/build.yaml

15 lines
333 B
YAML

name: Test CI
on: [push]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: dist-without-markdown
path: |
/usr/bin/cp