Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9932fd8b52 | |||
| 18a0bd77bd |
@@ -1,8 +1,13 @@
|
|||||||
name: Run Tests
|
name: Run Tests
|
||||||
on:
|
on:
|
||||||
push: {}
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-tests:
|
run-tests:
|
||||||
runs-on: python
|
runs-on: python
|
||||||
|
|||||||
Reference in New Issue
Block a user