test github workflow

This commit is contained in:
2024-05-05 20:24:31 +02:00
parent 872f7e7653
commit dee4f4231d
2 changed files with 29 additions and 1 deletions

14
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Test
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Hello World
run: echo "Hello World"
- name: cat drizzle.config.ts
run: cat drizzle.config.ts