Merge pull request #290 from cerc-io/dboreham/enable-ci
Try to enable CI
Former-commit-id: f7def488d9
pull/301/head
commit
129d581141
|
|
@ -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