Skip to content

test

test #1

Workflow file for this run

name: test
on:
workflow_dispatch:
jobs:
test-before-release:
runs-on: ubuntu-latest
steps:
- name: blabla
run: echo "this is a test"