ci: hack #1
24
.github/workflows/test.yml
vendored
24
.github/workflows/test.yml
vendored
@@ -1,23 +1 @@
|
|||||||
name: 'Unit Tests'
|
asda
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
unittest:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v6
|
|
||||||
|
|
||||||
- name: Test Local Action
|
|
||||||
id: test
|
|
||||||
uses: ./
|
|
||||||
with:
|
|
||||||
debug: 'true'
|
|
||||||
bot_route: 'random'
|
|
||||||
Reference in New Issue
Block a user