parent
86f13e9c6b
commit
44421049ae
|
|
@ -0,0 +1,14 @@
|
||||||
|
name: Tests
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: '*'
|
||||||
|
push:
|
||||||
|
branches: '*'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Clone project repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
Loading…
Reference in New Issue