mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
test github workflow
This commit is contained in:
14
.github/workflows/test.yml
vendored
Normal file
14
.github/workflows/test.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user